google / google/clojure-turtle
add recursion example
Open
beginner
- Dominant language
- Clojure
- Stars
- 424
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
Assessment
This issue has not been assessed yet.