Y
Hacker News
new
|
ask
|
show
|
jobs
by
dreamcompiler
2498 days ago
What's a runtime macro?
1 comments
MycroftJones
2496 days ago
A fexpr (funny expression) is a runtime macro. It is a funcall where the arguments are evaluated at runtime not compile time. picolisp, newlisp, and I think lisp 1.5 had fexprs.
link