UNLAMBDA is an open source esoteric programming language created in 1999 by David Madore.
#777on PLDB | 25Years Old |
Unlambda is a minimal, "nearly pure" functional programming language invented by David Madore. It is based on combinatory logic, a version of the lambda calculus that omits the lambda operator. It relies mainly on two built-in functions (s and k) and an apply operator (written `, the backquote character). Read more on Wikipedia...
`.
`.!`.d`.l`.r`.o`.w`. `.,`.o`.l`.l`.e`.Hi
`r```````````.H.e.l.l.o. .w.o.r.l.di
# Hello World in unlambda
`r```````````.H.e.l.l.o. .w.o.r.l.di
Feature | Supported | Example | Token |
---|---|---|---|
Line Comments | ✓ | # A comment | # |
Comments | ✓ | ||
Semantic Indentation | X |