Language-oriented programming
Lua error in package.lua at line 80: module 'strict' not found.
Lua error in package.lua at line 80: module 'strict' not found. Language-oriented programming (LOP) is a style of computer programming in which, rather than solving problems in general-purpose programming languages, the programmer creates one or more domain-specific languages for the problem first, and solves the problem in those languages. This concept is described in detail in the paper by Martin Ward entitled "Language Oriented Programming",[1] published in Software - Concepts and Tools, Vol.15, No.4, pp 147-161, 1994,[2] and in the article by Sergey Dmitriev entitled "Language Oriented Programming: The Next Programming Paradigm".[3]
Concept
The concept of language-oriented programming takes the approach to capture requirements in the user's terms, and then to try to create an implementation language as isomorphic as possible to the user's descriptions, so that the mapping between requirements and implementation is as direct as possible. A measure of the closeness of this isomorphism is the "redundancy" of the language, defined as the number of editing operations needed to implement a stand-alone change in requirements. It is not assumed a-priori what is the best language for implementing the new language. Rather, the developer can choose among options created by analysis of the information flows — what information is acquired, what its structure is, when it is acquired, from whom, and what is done with it.[4]
Existing implementations
- Forth
- LayerD
- Lisp macros
- ASF+SDF Meta-Environment
- Nemerle macros
- Meta Programming System by JetBrains
- openArchitectureWare
- REBOL
- RascalMPL
- Spoofax/IMP
- Whole Platform
- XL
- XMF by Ceteva
See also
Lua error in package.lua at line 80: module 'strict' not found.
- Grammar-oriented programming
- Dialecting
- Domain-specific languages
- Metalinguistic abstraction
- Aspect-oriented programming
- Automatic programming
- Concept programming
- Fourth-generation programming language
- Generative programming
- Intentional programming
- Model-driven engineering
- Domain-specific multimodeling
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
External links
Lua error in package.lua at line 80: module 'strict' not found.
- Language Oriented Programming Martin Ward's original paper that coined the term.
- Language Oriented Programming: The Next Programming Paradigm Sergey Dmitriev's paper that further explored the topic.
- Language Workbenches: The Killer-App for Domain Specific Languages? Martin Fowler's article describing both the concept and tools that support it.
- Papers by Martin Ward
- Sergey Dmitriev's personal homepage
- The Meta-Programming System
- Intentsoft.com/
- Ceteva's XMF 'Language Oriented Programming' language
- uCalc Language Builder
- Msdn.microsoft.com
- Osl.iu.edu
- Research.microsoft.com
- Oozy.blogspot.com/
- Lambda-the-ultimate.org
- Paulgraham.com
- Language Oriented Programming (LOP)
- LayerD framework
- Interviews with Sergey Dmitriev, Charles Simonyi, Krzystof Czarnecki and Andy Evans