Lithe programming language
Lithe programming language is a programming language created in 1982. Lithe is an experimental programming language created in 1982 by David Sandberg at the University of Washington which allows the programmer to freely choose their own syntax. Lithe combines the ideas of syntax-directed translation and classes in a novel manner that results in a remarkably simple yet powerful language.. Read more on Wikipedia...
38Years Old | 20Users | ?Jobs |
- the Lithe programming language wikipedia page
- Lithe programming language first appeared in 1982
- See also: smalltalk
- Have a question about Lithe programming language not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
rule "|" <i:int> "|" return int; {if i<0 then return -i else return i end}
Last updated August 9th, 2020