I wondered where I could find the metamodel of Ruby, for instance an ecore representation for Eclipse EMF or something like that.
Thank you very much and have a nice day.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ever had a look at https://github.com/mthiede/rgen?
Furthermore, of course you can create a Ecore Metamodel for ruby, you may use the RDT for eclipse.
However, Java+Ecore specializes to create external DSLs, while ruby as a dynamic language may offer internal DSL (i.e. in the shape of gems).
BUT, still, using MDSD may speed up development a lot – you can validate your models, can create test cases etc.