Has anyone implemented anything cool (and open) with MPS?
I'm trying to find a DSL created for MPS that is useful and interesting (so I can learn from it and play with it).
For example, I found this blog post of someone creating an Android DSL implemented using Xtext and Ecore. This is a nice idea, and it would be nice to have something similar in MPS:
http://blog.reinaldojunior.net/2011/05/droid-dsl.html
The only thing I have found implememented on MPS is:
Are there other examples or open projects out there?
For example, I found this blog post of someone creating an Android DSL implemented using Xtext and Ecore. This is a nice idea, and it would be nice to have something similar in MPS:
http://blog.reinaldojunior.net/2011/05/droid-dsl.html
The only thing I have found implememented on MPS is:
- an actor language (no idea what this is)
- statemachine language (cool, but not something I would use that often)
- diagramming language (same, cool, but not sure I care about it)
Are there other examples or open projects out there?
Please sign in to leave a comment.
If you scroll down to the bottom of this page you'll see "Powered by MPS", but I don't think they've released it?
I think Android apps would be a great domain to try building a DSL around. Webapps are interesting too, but Android would be a lot of fun to play with.
Is anybody interested in starting this, perhaps as an open source project?