Influenced by Smalltalk, Self, IO, Javascript, and Ruby.
Implemented in Typescript.
Still looking for a name! See the docs/
directory for notes on what the language is going to look like.
- src/ Source for the parser/compiler and VM infrastructure
- docs/ Documentation on the what/why/etc.
- test/ Unit tests for the parser/compiler and VM infrastructure
- spec/ Official language spec, implemented in the language as a test suite
make setup
make
make setup
make web
open web/index.html