|
|
|
|
|
by lispm
2377 days ago
|
|
> This is because "compiler" is referring specifically to when assembly is emitted SBCL has both an in-core compiler (compiles to machine code in memory) and a file compiler (compiles to machine code in an file). SBCL also has an interpreter (relatively new and which usually is not used), which executes Lisp source as data. |
|
[1] http://www.sbcl.org/manual/#Interpreter