A web-based environment to play with clojure-turtle, a Clojure library that implements the Logo programming language.
The project depends on
[com.google/clojure-turtle "0.3.0-SNAPSHOT"]
, which is not in clojars.
To get it working locally, you can:
git clone [email protected]:cognitory/turtle.git
cd turtle
mkdir checkouts/
cd checkouts
git clone [email protected]:google/clojure-turtle.git
- cd
clojure-turtle
lein install
cd ../../
lein figwheel
- open
http://localhost:3333/