Hacker News new | ask | show | jobs
by zozbot123 2693 days ago
Rust has hygienic macros which one can use to build EDSL's. It's not that hard.
1 comments

No matter how hygenic the macros are, you'll still end up with the problem of a million different DSLs, five for each codebase. With partial-stack languages, different projects can share the same language for each level of the stack.