Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.48 KB

Welcome to Clojure Bridge!

This repository has two apps.

  1. A very small sample app to test your install for ClojureBridge
  2. A set of Clojure lessons using turtles 🐢.

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 Clojure turtle lessons see outline/TURTLE-SAMPLES.md.

Original Works

"Welcome to ClojureBridge" app is originally written by @orb for Austin, TX, USA workshop. The repository is https://github.com/orb/welcometoclojurebridge.

"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 @orb and @echeran.

License

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