mirror of
https://github.com/Swendude/Tortoise.git
synced 2026-03-10 08:51:17 +00:00
4814d44190a6d8b043ef4931d0c1900ae0736e0e
Tortoise
This is the repository containing source code and build systems for the Tortoise programming envirnoment.
About
This is a (silly) attempt to create a programming language and envirnoment that's designed to enable constructionist teaching. Most of the language's design and philosphy is based on the LOGO programming language.
Building
This project uses Elm and Webpack. Materialize-css is also included to provide styling.
There are two npm run scripts;
$ npm run build
Will build the application into /dist.
$ npm run client
Will start a live reloading dev server on localhost:3000.
Languages
Elm
100%