maryrosecook/islaclj
A programming language for young children
{ "createdAt": "2012-06-05T19:39:24Z", "defaultBranch": "master", "description": "A programming language for young children", "fullName": "maryrosecook/islaclj", "homepage": "http://islalanguage.org", "language": "Clojure", "name": "islaclj", "pushedAt": "2014-06-23T15:14:46Z", "stargazersCount": 319, "topics": [], "updatedAt": "2024-02-23T19:56:24Z", "url": "https://github.com/maryrosecook/islaclj"}A programming language for young children.
The JavaScript Isla compiler is now the canonical one: https://github.com/maryrosecook/isla
Language guide
Section titled “Language guide”https://github.com/maryrosecook/isla/wiki/Isla-language-guide
Quick start
Section titled “Quick start”Check out the Isla source code from: https://github.com/maryrosecook/isla
Install Leiningen: https://github.com/technomancy/leiningen/
Start the server
Section titled “Start the server”$ lein runView the site
Section titled “View the site”Navigate to http://localhost:8801.
Isla REPL:
Section titled “Isla REPL:”Navigate to http://localhost:8801/code
Enter commands into the REPL. Valid expressions, so far:
age is "2"isla is a personisla age is "2"Run the tests
Section titled “Run the tests”$ cd path/to/isla/root/$ lein testLicense
Section titled “License”Open source, under the MIT license.