|
|
|
|
|
by lispm
1965 days ago
|
|
> This is a confusing example, because in a REPL steps of compilation and evaluation are interleaved. The CLISP REPL does not compile, thus it can't be interleaved. > then runs It will still be interpreted and the macro will still be expanded at runtime. |
|