Closed jgarvin closed 2 years ago
Macros were on my todo list (you can see it in the repo!), though it's unlikely I'll ever get around to them at this point. I would accept a PR though!
The main goal of this project was to expose a lightweight scripting environment in a native context, though, so I wouldn't say they're "the whole point" :)
Macros have been added in v0.14.0
I don't see any mention in macro in the code other than defining Rust macros like
lisp!
. No obviousdefmacro
implementation. Aren't macros the whole point of lisp? :)