A programming language for young children.
The JavaScript Isla compiler is now the canonical one: https://github.com/maryrosecook/isla
https://github.com/maryrosecook/isla/wiki/Isla-language-guide
Check out the Isla source code from: https://github.com/maryrosecook/isla
Install Leiningen: https://github.com/technomancy/leiningen/
$ lein run
Navigate to http://localhost:8801
.
Navigate to http://localhost:8801/code
Enter commands into the REPL. Valid expressions, so far:
age is "2"
isla is a person
isla age is "2"
$ cd path/to/isla/root/
$ lein test
Open source, under the MIT license.