5 ms·
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…
by thefr0g 5y 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…
- mhh__ 5y agoIf 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.
- kongin 5y agoA while before this point.
- weego 5y agoWhen I finally lose my mind and think that DSLs solve more problems than they create over the medium term and beyond.