Unlambda

Unlambda is a minimal, "nearly pure" functional programming language invented by David Madore. It is based on combinatory logic, an expression system without the lambda operator or free variables. It relies mainly on two built-in functions and an apply operator. These alone make it Turing-complete, but there are also some input/output (I/O) functions to enable interacting with the user, some shortcut functions, and a lazy evaluation function. Variables are unsupported. Wikipedia

Created Year: 1999
Developed by: David Madore
Implemented in: Scheme

Wikidata: Q670180

Programming paradigms: esoteric programmingfunctional programming

Language types: esoteric programming languagefunctional programming language

Hello World in Unlambda

`r```````````.H.e.l.l.o. .w.o.r.l.di

Search on GitHub


Latest data update: 2024-11-14