Further Reading
Ode is a stack-based, concatenative, functional programming language created by myself, with an interactive online development environment written in JavaScript.ยจ
Combinatory Logic
- The Theory of Concatenative Combinators by Brent Kerby
- A comprehensive study of combinatory logic.
- What Is Special About Combinators in Joy by Debashish Ghosh
- Combinators for Fun and Profit by Debashish Ghosh
Functional Programming Techniques
- A Tutorial on the Universality and Expressiveness of Fold by Graham Hutton
Inspirations and Similar Languages
Joy, by Manfred von Thun
This is the original concatenative/functional hybrid. Ode is a superset of Joy.Enchilada, by Robbert van Dalen
This is where I found inspiration for the interactive web-based environment of Ode.