Y
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
wycliffb
2794 days ago
Will definitely follow up on this. Maybe we could support DSLs while at it?
link
rurban
2793 days ago
Yes, a bit like perl6 grammars. Just performant.
link
lizmat
2793 days ago
And immutable? Aka, you could not create a DSL that would allow you to create other DSL inside of it?
link