-
I Wish We Used Domain Specific Languages (DSLs) More
First, let me define a Domain Specific Language (DSL). A DSL as a small programming language specifically designed to communicate solutions for a particular domain of problems. To expand on this definition, while the discussion of DSLs can include internal DSLs, which are implemented directly within a General Programming Language (GPL) using the available language constructs, I’ll primarily be […]