|
|
|
|
|
by thibran
2656 days ago
|
|
The tragedy is that the "large organization" then goes on and writes multiple bad DSL to solve problem X which includes several code transpilers and a varying amount of custom syntax. In the end, they do the same thing as the Lisp folks -> they write a DSL, but because language XYZ they chose is less capable than Lisp, the solution is hacky and difficult to understand (and can't be – in comparison to Lisp – easily extended). This is true for a lot of "frameworks" and especially true for modern fontend web frameworks (which have a compile/build step). |
|