Hacker News new | ask | show | jobs
by rurban 2794 days ago
With mpc you can support macros, adding better macro definitions at compile-time, not just primitive cpp-style replacements. This would be definitely a game changer.
1 comments

Will definitely follow up on this. Maybe we could support DSLs while at it?
Yes, a bit like perl6 grammars. Just performant.
And immutable? Aka, you could not create a DSL that would allow you to create other DSL inside of it?