|
|
|
|
|
by teddyh
3327 days ago
|
|
> Smalltalk isn't file based, you don't edit some version of the code that gets compiled (and macro expanded) […] Macros simply wouldn't fit into Smalltalk in any meaningful way […] You speak as if “macros” means “macros as implemented in the C preprocessor”. Lisp macros, as I understand it, operate on the parsed syntax tree, not on the file text level, and are expanded at runtime, not compile time. |
|
http://www.gigamonkeys.com/book/macros-defining-your-own.htm...