Skip to content
Attila Lendvai edited this page Apr 1, 2018 · 21 revisions

Bootstrap Stages

  1. aclasp is a CL interpreter written in C++ that loads a minimal CL system
  2. bclasp is a CLOS capable CL system, good enough to run Cleavir
  3. cclasp is created by loading Cleavir into bclasp and recompiling everything

Building with extensions

Requiremens for the build infrastructure

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
Clone this wiki locally