Y
Hacker News
new
|
ask
|
show
|
jobs
by
ICWiener
4030 days ago
Macros do not necessarly transform code at compile-time. A late-binding interpretation is possible. See for example
http://programmers.stackexchange.com/a/274200/33157
.
1 comments
wtetzner
4030 days ago
Even in an interpreter, they're expanded at "Load Time" as opposed to runtime.
link
ICWiener
4029 days ago
I am not sure, but it seems that this may be implementation-dependent.
link