サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
GWの過ごし方
gist.github.com/john2x
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
このページを最初にブックマークしてみませんか?
『gist.github.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く