My little functional language for Uxn, Funktal, is finally in a state good enough for a blog post:

"Funktal: a frugal functional programming language"

https://wimvanderbauwhede.codeberg.page/articles/funktal/

You can also try it out:

https://codeberg.org/wimvanderbauwhede/funktal

#Funktal #Uxn

Funktal: a frugal functional programming language • Wim Vanderbauwhede

Funktal is a functional programming language for the 64 kB Uxn virtual machine.

@wim_v12e this is great work. 🏆 thanks for sharing!
@d6 Thank you for reading, and for saying so! 🙇
@wim_v12e I'm going through the project atm, but before I forget, I meant to send you this paper trying to do a similar RPN lambda implementation: http://www.complang.tuwien.ac.at/anton/euroforth2006/papers/lynas.pdf
@neauoire Wow, very interesting, a similar starting point but very different design decisions. I'll need to read it in more detail!