Skip to content

A web-based environment to learn Clojure and control a turtle (based on clojure-turtle and Logo)

Notifications You must be signed in to change notification settings

cognitory/turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turtle

A web-based environment to play with clojure-turtle, a Clojure library that implements the Logo programming language.

To Run Locally

The project depends on [com.google/clojure-turtle "0.3.0-SNAPSHOT"], which is not in clojars.

To get it working locally, you can:

  1. git clone git@github.com:cognitory/turtle.git
  2. cd turtle
  3. mkdir checkouts/
  4. cd checkouts
  5. git clone git@github.com:google/clojure-turtle.git
  6. cd clojure-turtle
  7. lein install
  8. cd ../../
  9. lein figwheel
  10. open http://localhost:3333/

About

A web-based environment to learn Clojure and control a turtle (based on clojure-turtle and Logo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published