Hygienic macros #76
Labels
improvement
Adding a new feature, improving an existing feature, etc.
macro expansion
Anything related to Axel macro expansion.
proposal
Ideas for future improvement, that aren't (yet) concretely agreed upon.
Currently, the macro system is unhygienic (a la Common Lisp and Clojure). Should it be made hygienic (a la Scheme and Racket)?
There are papers by the Scheme team that describe how to implement a hygienic macro system, which we should refer to if/when we tackle this.
The text was updated successfully, but these errors were encountered: