Summary
--- IN PROGRESS ---
Formerly known as llizard, Manta is a stack-based language. Kind of like Forth, but more high-level.
Like all my language projects so far, this is very experimental.
Downloads
- manta-20081222.tar.gz (22 Kb)
Requirements
Building and installation
- Run the
make-manta.shscript. It should complete without errors, and produce themantaexecutable.
- To run some tests, run
make-tests.sh.
- To start the interactive interpreter, run
manta.
Documentation
None yet, other than some text files included with the source. At some point, blog posts will follow, and probably a revival of this project.