google / google/clojure-turtle
add recursion example
未关闭
beginner
- 主要语言
- Clojure
- 星标
- 424
- 派生
- 32
- PR 合并指标
- 30 天内没有已合并 PR
描述
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!
贡献指南
调研方向
首先定位仓库中现有的 Logo 示例以及用于运行它们的入口点。添加一个 stick-to-tree 递归示例,在大小变得过小时使用 no-op 基例,并尝试使用棕色和绿色着色。完成的标准是该示例能够在不发生无界递归的情况下运行,并生成所请求的树。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- clojure
- 领域
- documentation
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100