エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Clojure Destructuring Tutorial and Cheat Sheet
00_destructuring.md Clojure Destructuring Tutorial and Cheat Sheet (Related blog post) Simply put... 00_destructuring.md Clojure Destructuring Tutorial and Cheat Sheet (Related blog post) Simply put, destructuring in Clojure is a way extract values from a datastructure and bind them to symbols, without having to explicitly traverse the datstructure. It allows for elegant and concise Clojure code. Vectors and Sequences Syntax: [symbol another-symbol] ["value" "another-value"] (def my-vector [:a :b
2016/03/06 リンク