-
Notifications
You must be signed in to change notification settings - Fork 152
The Build Process
Attila Lendvai edited this page Apr 1, 2018
·
21 revisions
-
aclasp
is a CL interpreter written in C++ that loads 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