-
Notifications
You must be signed in to change notification settings - Fork 152
The Build Process
Attila Lendvai edited this page Jun 17, 2018
·
21 revisions
-
iclasp
is a CL interpreter written in C++ -
aclasp
is iclasp after loading a minimal CL system -
bclasp
is a CLOS capable CL system, good enough to run Cleavir -
cclasp
is created by loading Cleavir intobclasp
and recompiling everything
The build script of extensions must be able to do at least the following:
- register .cc/.h files for inclusion
- register .lisp files for inclusion
- register link artifacts for the linking of the final exe