Rorth is a language like Forth but with an interpreter and compiler written in Rust.
Inspired by Porth: https://www.youtube.com/playlist?list=PLpM-Dvs8t0VbMZA7wW9aR3EtBqe2kinu4
Example:
cargo run -- interpret tests/arithmetic.rorthCompiling to native executable (Linux x86 only):
cargo run -- compile tests/arithmetic.rorthTo run all tests:
cargo test