Joy is a programming language created in 2001 by Manfred von Thun.
#853on PLDB | 23Years Old |
The Joy programming language in computer science is a purely functional programming language that was produced by Manfred von Thun of La Trobe University in Melbourne, Australia. Joy is based on composition of functions rather than lambda calculus. It has turned out to have many similarities to Forth, due not to design but to a sort of parallel evolution and convergence. Read more on Wikipedia...
DEFINE qsort ==
[small]
[]
[uncons [>] split]
[enconcat]
binrec.
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | ||
Semantic Indentation | X |