A nice looking functional, concatenative programming language for minimal systems.
By Kroc Camen.
- Simple left-to-right, context-free parser. No look-ahead!
- Can be parsed as a byte-at-a-time stream without backtracking; the whole source file does not have to be in RAM at once
- Link-time modules provide easy code reuse without building monolithic binaries
The syntax is minimal, but easy to read and understand.