Is a Model Driven Architecture in Language Oriented Programming (MPS) feasible at this time
- by Steven Jeuris
As a side project I am developing some sort of DSL where I describe a data model, and generate desired code files from it. I believe this is called Model Driven Architecture. My partial existing implementation uses C#, CodeDOM, XML and XSLT to do this manually.
I discovered there already exist better environments to do this in. The one which…