Language-oriented software engineering: a book review of Clean Architecture(parametri.city)
parametri.city
Language-oriented software engineering: a book review of Clean Architecture
http://parametri.city/blog/2018-12-23-language-oriented-software-engineering/index.html
2 comments
It boils down to DSLs with interpreters, using underlying primitive actions in a command pattern. The interpreter allows for optimizations. Using the idea repeatedly allows for the formation of boundaries, key ideas is to treat a framework as a bundle of commands and write an interpreter for that. Not many good resources in my opinion; I'm not fully sold on the free monad or tagless final stuff, mainly because I find it hard to read despite a good amount of study.
Would you like to highlight some of those?