Open jgrosso opened 4 years ago
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.
See https://www.reddit.com/r/haskell/comments/g6ociz/haskells_semantics_plus_lisps_macros_meet_axel_a/foef6ne/.
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.