LittleLanguages

ThoughtStorms Wiki

Specialist languages for specific purposes.

2022: Coming back into fashion https://chreke.com/little-languages.html

(ReadWith) LanguageOrientedProgramming, DomainSpecificLanguage, HowProgrammingLanguagesLearn

PaulFordOnMediaLanguages

Criticism

But are they low-maintainence? :

On the negative side, however, more substantial changes may become more difficult: such changes may involve altering the domain-specific language. This will require compiler technology knowledge, which not every commercial enterprise has easily available. Based on experience taken from industrial practice, we discuss the role of DSLs in software maintenance, the dangers introduced by using them, and techniques for controlling the risks involved.

Reminds me a bit of my similar criticism of DynamicIdeography, that when the tokens are complex, needs more effort and expertise to create and edit them.

Good MartinFowler on DomainSpecificLanguages : http://martinfowler.com/bliki/DomainSpecificLanguage.html

EricRaymond : http://www.faqs.org/docs/artu/minilanguageschapter.html

See also AnEasyInterface, ProgrammingStuff