Does anyone know something about Stratego/XT Programming Language? What is it good for? Any good and/or bad experiences with it? Any real live running example?
Thanks a lot.
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.
Stratego/XT is a language and toolset for program transformation based on term rewriting with programmable rewriting strategies.
You can find documentation and scientific papers about language and toolset at http://strategoxt.org.
A real life application of Stratego/XT is WebDSL (webdsl.org), a domain-specific language for the development of web applications, which in turn has been used to build researchr.org.
Stratego/XT is also the basis for the Spoofax/IMP toolset for building Eclipse IDE plugins for custom (domain-specific) languages (see Spoofax-IMP page on stratego site).