Firth icon indicating copy to clipboard operation
Firth copied to clipboard

Firth is a functional, strongly dynamically-typed, concatenative stack-oriented programming language.

Results 14 Firth issues
Sort by recently updated
recently updated
newest added

`gt` exists but that's it. The spec specifies a bunch of unimplemented stuff.

missing feature
interpreter
interpreter-specification discrepancy

`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...

missing feature
specification
interpreter
interpreter-specification discrepancy

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

interpreter

missing feature
interpreter