google / clojure-turtle

A Clojure library that implements the Logo programming language in a Clojure context
Apache License 2.0
425 stars 41 forks source link

add recursion example #7

Open echeran opened 8 years ago

echeran commented 8 years ago

Add the typical Logo recursion example of a stick -> tree. Remember that you should "stop the recursion" (that is, have a no-op base case) when the size gets too small.

For fun, also try and make it brown and green!