| www.delorie.com/gnu/docs/elisp-manual-21/elisp_209.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
These features permit you to write code to be evaluated during compilation of a program.
You can get a similar result by putting body in a separate file
and referring to that file with require. That method is
preferable when body is large.
Common Lisp Note: At top level, this is analogous to the Common
Lisp idiom (eval-when (compile eval) ...). Elsewhere, the
Common Lisp `#.' reader macro (but not when interpreting) is closer
to what eval-when-compile does.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |