google / google/clojure-turtle

add recursion example

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Research direction

Start by locating the repository's existing Logo examples and the entry point used to run them. Add a stick-to-tree recursion example with a no-op base case when the size becomes too small, and try brown and green coloring. Done means the example runs without unbounded recursion and produces the requested tree.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure
Domain
documentation
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.