Hacker News new | ask | show | jobs
by slaymaker1907 1411 days ago
Not really because a huge feature of hygiene is accurate symbol provenance for syntax error reporting. syntax-case (syntax-parse for Racket) lets you do anything a Common Lisp like macro system can do but is still hygienic by default.