L programming language
|
L is an esoteric programming language designed by the creator of BAK, with the intention of improving the self-modifying concepts used in that language.
As far as is known this language has never been implemented.
External links
- http://esoteric.sange.fi/orphaned/obslang.html (most of the links on this page are broken)
L is a purely functional programming language created by Tony Hannan. In L, everything is a function. This ends up acting like objects, because you usually pass something approximating a message to these functions. L is extremely dynamic and has many new ideas about concurrency of calculations.
External links
- The L Programming Language (http://home.cc.gatech.edu/tony/61)