|
|
|
|
|
by TimTheTinker
362 days ago
|
|
> there is a lot of overlap between DSL's and frameworks Not just frameworks, but libraries also. Interacting with some of the most expressive libraries is often akin to working with a DSL. In fact, the paradigms of some libraries required such expressiveness that they spawned their own in-language DSLs, like JSX for React, or LINQ expressions in C#. These are arguably the most successful DSLs out there. |
|