Firth
Firth copied to clipboard
Firth is a functional, strongly dynamically-typed, concatenative stack-oriented programming language.
`gt` exists but that's it. The spec specifies a bunch of unimplemented stuff.
I/O
`print` is used in examples, yet doesn't actually exist in the spec or implementation. `show` is implemented but should probably be gotten rid of, or changed to be like Haskell's...
Firth should be self-hosting as soon as reasonably possible. This relies on a working compiler first, of course, for bootstrapping: https://github.com/TazeTSchnitzel/Firth/issues/7