Y
Hacker News
new
|
ask
|
show
|
jobs
by
thefr0g
1714 days ago
Question to all software architects: At which point do you decide to implement a DSL?
Also I see nothing wrong with this except for the hungarian PascalCaseā¦
3 comments
weego
1714 days ago
When I finally lose my mind and think that DSLs solve more problems than they create over the medium term and beyond.
link
mhh__
1714 days ago
If you have a sufficiently smart (TM) metaprogramming system you can just stick things like this in a macro or template then you get the expressiveness but don't have to a write DSL.
link
kongin
1714 days ago
A while before this point.
link