An Interview with Meinte Boersma, author of Domain-Specific Languages Made Easy.
In this video, Meinte Boersma creates a tiny data model DSL using a JavaScript development environment.
From Domain-Specific Languages Made Easy by Meinte Boersma This article shows you how to use modern JavaScript in a smart way to comfortably implement templates for text/code generation, instead of using a template engine. The following article is a standalone… Continue Reading →
From Domain-Specific Languages Made Easy by Meinte Boersma A domain-specific language is a software language that allows domain experts to capture their knowledge in a precise enough way to make that executable. The following article is a standalone excerpt from… Continue Reading →