Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

[v3] Implement new Concept Exercise: `Map`

未关闭
#334 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
35/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞
技术栈
clojure
领域
content

调研方向

先阅读链接的 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

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

exercism/clojure 的其他 Issue

查看 exercism/clojure 的全部 Issue

相似的 Issue

更多 Clojure Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。