The other day I made it so the language I'm working on can compile simple numerical functions. Still working on recursion and branching so the language is still basically useless but made a lot of progress in refactoring things to enable that. Maybe in another week or two I'll some more interesting examples.
Output is WebAssembly Text format and compiler is written in JS because for target use case everything needs to run in browser.
post-functional programming language developer