Concatenative topics
Concatenative meta
Other languages
Meta
Ode "is a stack-based, concatenative, functional programming language" with an "interactive online development environment written in JavaScript". The language was developed by Kevin Albrecht (Onlyafly). It's primary inspiration is the Joy.
Example of a Ode program:
quicksort == [small] [] [uncons [>] split] [swapd cons concat] binrec; [5 3 1 4 2] quicksort
It was last updated Jun 11, 2011.
This revision created on Sat, 3 Dec 2022 22:18:36 by CapitalEx (Added Ode to Languages)