Clojure Idiom - tuple
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 35/100
- Issue 类型
- 文档
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- clojure
调研方向
审查现有的 Clojure 习惯用法文档结构以及 Clojure Design Club 关于元组的讨论,以查找示例并确定预期位置。记录元组的表示方式,以及它们与 hash-maps 的区别;完成后,该主题应整合到适当的文档部分中。
由索引模型根据 Issue 内容生成。
描述
A Tuple in Clojure is a very simple data structure, usually represented as two related values in a vector
[value1 value2]
The value of a tuple is in its simplicity, although greater responsibility is required to use the tuple values in the desired way.
The tuple provides less structure and meaning than a hash-map, as the values in the tuple have no explicit key (although the first value could be perceived as the key, but then a hash-map representation would feel more appropriate)
Review Clojure Design Club discussions on tuples for more examples of how they are used.
- 主要语言
- Makefile
- 星标
- 117
- 派生
- 36
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
practicalli/clojure 的其他 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 68/100
practicalli/clojure#381 ·
-
难度 1/5 1 小时以内 新手友好度 75/100
practicalli/clojure#298 ·
-
video
practicalli/clojure#478 · 已指派 1 人 ·
-
practicalli/clojure#477 · 已指派 1 人 ·
-
practicalli/clojure#476 · 已指派 1 人 ·
查看 practicalli/clojure 的全部 Issue
相似的 Issue
-
content
难度 2/5 1-3 小时 新手友好度 75/100
GDQuest/learn-gdscript#1395 ·
-
rules
难度 1/5 1 小时以内 新手友好度 90/100
-
HttpClient
难度 2/5 1-3 小时 新手友好度 75/100
symfony/symfony-docs#23092 ·
-
难度 1/5 1 小时以内 新手友好度 90/100
-
难度 1/5 1 小时以内 新手友好度 95/100
huggingface/sentence-transformers#4074 ·