[v3] Implement new Concept Exercise: `Map`
还没有人认领这个 Issue。
评估
调研方向
先阅读链接的 v3 Features、Rationale、Concept-Exercise 和 Anatomy 文档,然后再检查现有的 Clojure 概念练习。为一个专注于将函数映射到集合上的 Map 练习创建列出的 .docs、.meta、练习和测试文件,其中概念为 higher-order-functions,transducers 不在范围内。当练习结构、文档、示例、实现和测试全部完成时,即视为完成。
由索引模型根据 Issue 内容生成。
描述
This issue describes how to implement the Map concept exercise for the Clojure track.
Getting started
Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:
Please also watch the following video:
Goal
The goal of this exercise is to teach the student how the map function is implemented in Clojure.
Learning objectives
The student will gain a general understanding of:
- The concept of mapping a function on a collection
Out of scope
- Transducers
Concepts
higher-order-functions
Prerequisites
basics
Resources to refer to
Clojure for the Brave and True - Core Functions in Depth
Representer
The Clojure Representer is currently being implemented and contributions are welcome.
Analyzer
The Clojure Analyzer is currently being implemented and contributions are welcome.
Implementing
To implement a concept exercise, the following files must be created:
languages
└── clojure
└── exercises
└── concept
└── <SLUG>
├── .docs
| ├── instructions.md
| ├── introduction.md
| ├── hints.md
| └── after.md (optional)
├── .meta
| |── design.md
| └── Example.clj
├── <NAME>.clj
└── <NAME>_test.clj
Help
If you have any questions while implementing the exercise, please post the questions as comments in this issue.
- 主要语言
- Clojure
- 星标
- 177
- 派生
- 159
- 平均合并
- 18 分钟
- 30 天内合并 PR
- 1
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
exercism/clojure 的其他 Issue
-
难度 5/5 一周以上 新手友好度 20/100
-
难度 4/5 3-5 天 新手友好度 35/100
-
难度 4/5 3-5 天 新手友好度 20/100
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
clojure-emacs/cider#4203 ·
-
.Team/QueryingPlatform Priority:P2
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 75/100
clj-commons/antq#329 ·
-
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 1/5 1 小时以内 新手友好度 90/100