Clojureを勉強している1

Living Clojure

Living Clojure

川に流されたが、俺はまだRxJS/Cycle.jsを諦めていない! Clojure/Omを学び、FRPとは何かを体得し、復讐するのだ!!

というわけで、この本でClojureを勉強しています。今、前書きと1章を読み終わったとこ。まだ最初のREPLでポチポチ叩くとこなので、特に引っかかるところはないですね。conjとかdissocとかおもろい。

  • Chapter 1 The Structure of Clojure
    • Baby Steps with Simple Values
    • Put Your Clojure Data in Collections
    • Using Sets for Unique Collections of Data
    • Lists Are the Heart of Clojure
    • Symbols and the Art of Binding
    • Creating Our Own Functions