Programming Clojure, Fourth Edition (Pragmatic Bookshelf)
Most Active This Week
Most Active This Month
Programming Clojure, Fourth Edition: error in the example of read-string use (page 48)
;; Does not evaluate, just returns as data(read-...
New
book-programming-clojure-fourth-edition: bad parameter name (page 69)
(range start) shall be (range end).
Merry Christmas :slight_smile...
New
Most Active This Year
Code:
(range start)
(range start end)
(range start end step)
Should be:
(range end)
(range start end)
(range start end step)
Note the...
New
“Follow the instructions in the README file at the root of the sample code for the book to start a REPL, then enter the following…”
Curr...
New
The code listing
(defn file-names [files]
(map File/.getName files))
-> #'user/file-names
(file-name (.listFiles (File. ".")))
-&g...
New
Most Active Last Three Years
Most Active Over Three Years
Publisher:
Pragmatic Bookshelf
Latest in Programming Clojure, Fourth Edition
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Use the coupon code "devtalk.com" to get 35% off any eBook published by PragProg!








