Hacker News new | ask | show | jobs
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.

1 comments

Sure. I don't suggest that this is a good idea, just that it'd be possible this way.