XL (programming language)

From HandWiki
Short description: Multi-paradigm programming language
XL
ParadigmMulti-paradigm: concept-oriented, imperative, functional
Designed byChristophe de Dinechin
DeveloperChristophe de Dinechin
First appeared2000
Stable release
0.1 / February 2010; 14 years ago (2010-02)
Websitexlr.sf.net

XL ("eXtensible Language") is the first computer programming language designed to support concept programming.[1]

XL features programmer-reconfigurable syntax and semantics. Compiler plug-ins can be used to add new features to the language. A base set of plug-ins implements a relatively standard imperative language. Programmers can write their own plug-ins to implement application-specific notations, such as symbolic differentiation, which can then be used as readily as built-in language features.

Similar works

There are projects that exploit similar ideas to create code with higher level of abstraction. Among them are:

References

External links