#Uxn folks, I wrote a spec for Funktal, a functional language I'm working on intended to compile to #Uxntal.
Before I go deep down the rabbit hole, I'd value your views on this.
https://codeberg.org/wimvanderbauwhede/funktal/src/branch/main/SPEC.md
Before I go deep down the rabbit hole, I'd value your views on this.
https://codeberg.org/wimvanderbauwhede/funktal/src/branch/main/SPEC.md
funktal
Hopefully, eventually, a small compiler implemented in Uxntal for a statically typed functional language running on Uxn.Codeberg.org
Devine Lu Linvega
in reply to WimⓂ️ • • •WimⓂ️
in reply to Devine Lu Linvega • • •I think it will fit, but of course with considerable overhead, not so much because of the type system but because of the anonymous functions. After type checking, I'll compile this down to the functional constructs I did before. The type checker will be tricky though.