Language-oriented programming: Difference between revisions

Content deleted Content added
added reference to overview over Language Workbenches in 2013; and Rascal MPL as a primary sources (given its most-influential paper awars in 2019 and the industrial uptake of the language of the past 5 years)
m fixed bracket
Line 13:
==Development==
 
The [[Racket programming language]] and [[RascalMPL]] were designed to support language-oriented programming from the ground up.<ref name=Felleisen2018 /> Other [[language workbench]]<ref name="killerapp">{{cite web |url= http://martinfowler.com/articles/languageWorkbench.html |title=Language Workbenches: The Killer-App for Domain Specific Languages? |last1=Fowler |first1=Martin |date=12 June 2005 |access-date=14 April 2015}}</ref> tools such as [[JetBrains MPS]], [[Kermeta]], or [[Xtext]] provide the tools to design and implement DSLs and language-oriented programming.{{cite web |url= https://link.springer.com/chapter/10.1007/978-3-319-02654-1_11 |title=The State of the Art in Language Workbenches |last1=Erdweg |first1=Sebastian |date=2013 |access-date=4 July 2023}}
 
==See also==