|
|
|
|
|
by kazinator
3198 days ago
|
|
> You could make a build script that would read in lisp files, and then run them through a pre-processor of sorts before compiling. At that point, you would be better off using a Lisp implementation and its expander over a bunch of Lisp to Rust macros. |
|