I have recently downloaded Jetbrains' Meta Programming System and am impressed. However, I would like some materials/tutorials that help put it to practical use. Does anyone know where i might find such material?

link|improve this question

Not an answer, but more of an opinion: I took a look at MPS and it looks like the grimest mess I have ever seen. Metaprogramming should introduce grace and self definition into a system. Like a seed that can grow into a tree ... this just looks like some convoluted madness! – Aiden Bell Jun 19 '09 at 10:16
It's not quite so bad if you run through a decent tutorial, and i did find one that showed me how to do something but the problem is i am unsure how to apply MPS to other areas. – RCIX Jun 19 '09 at 19:56
feedback

2 Answers

up vote 2 down vote accepted

How about the official one? http://www.jetbrains.com/mps/docs/tutorial.html

link|improve this answer
I followed most of that and it was more of a "go here and change that" tutorial... – RCIX Jul 29 '09 at 12:37
feedback

There is of course the official tutorial, but there is a much more thorough tutorial developed by Markus Voelter here developed as an entry into the 2011 Language Workbench Competition. The later parts of the tutorial are still under development, but there's far more information in Markus's tutorial than on the Jetbrains official tutorial.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.