Re: Macros
"Frode V. Fjeld" <[email protected]> Mon, 31 Jan 2011 20:32:56 +0100
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Organization | None |
| Message-ID | <[email protected]> |
[email protected] writes: > Is there anything special that needs to be done to add a macro to the > system? Well, obviously the macro expander runs at compile-time, so any functions it uses must also be available then. Have you tried wrapping said functions in (eval-when (:compile-toplevel) ...) ? -- Frode V. Fjeld