- Clojure Data Structures and Algorithms Cookbook
- Rafik Naccache
- 90字
- 2021-07-16 20:44:58
What you need for this book
To be able to follow along, you need a running Clojure REPL. Getting to a working Clojure environment is generally done through Leiningen (https://leiningen.org), which will need a JVM installation in order to be able to work. Clojure 1.6 will be fine for all the recipes except for the second recipe in Chapter 7, Transformations as First-class Citizens, which will need Clojure 1.7. Though not absolutely necessary, you can consider using a full-fledged Clojure development environment, such as Emacs/CIDER, IntelliJ/Cursive, Light Table, or Nightcode.
推薦閱讀
- Android應用程序開發與典型案例
- C#程序設計實訓指導書
- C++ Builder 6.0下OpenGL編程技術
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Python GUI Programming Cookbook
- 區塊鏈:以太坊DApp開發實戰
- Learning Hunk
- 劍指MySQL:架構、調優與運維
- 網站構建技術
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Mastering Docker
- Arduino Wearable Projects
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Python Programming for Arduino
- 從零開始學算法:基于Python