Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

maryrosecook/islaclj

A programming language for young children

maryrosecook/islaclj.json
{
"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

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.