Hacker News new | ask | show | jobs
by lispm 2377 days ago
The code gets compiled (and macro expanded), before it is running. That's a definition of compile-time in Lisp.

In an interpreter version of Lisp, the interpreter may expand the macros at runtime.