Skip to content

Latest commit

 

History

History

turtle_project

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Turtle Project

Try simple functions to walk a turtle

LightTable - open walk.clj and press Ctrl + Shift + Enter or Cmd + Shift + Enter to evaluate the file. To evaluate additional form, move a cursor to the end of line and Ctrl + Enter or Cmd + Enter.

Emacs - run cider, open walk.clj and press C-c C-k to evaluate the file. On repl, type (ns clojurebridge-turtle.walk).

lein repl - run (require 'turtle-project.walk), (ns turtle-project.walk).

How to move turtles

A turtle can move forward/backward and tilt its head right/left.

Combinations of these will make interesting lines.

See outline/TURTLE.md for commands that turtles understand.

For sample, have look outline/TURTLE-SAMPLES.md.

Original Works

"Turtle" app is originally written by @echeran as Clojure port of Logo programming language.

The repository is https://github.com/google/clojure-turtle.

Many thanks to @echeran.

Contributors to original repository

  • @yokolet
  • @Engelberg
  • @brandonbloom

License

Creative Commons License
ClojureBridge Curriculum by ClojureBridge is licensed under a Creative Commons Attribution 4.0 International License.