エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Seqs and Colls in Clojure
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Seqs and Colls in Clojure
Collections and Sequences in Clojure Purpose Newcomers to Clojure are often confused by the colle... Collections and Sequences in Clojure Purpose Newcomers to Clojure are often confused by the collection and sequence abstractions and how they relate to one another. This document aims to provide an overview of these concepts and how they may be used in one's code. TL;DR "Collection" and "sequence" are abstractions, not a property that can be determined from a given value. Collections are bags of v