Errata

Clojure Inside Out

Errata for Clojure Inside Out

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Other Digital Version 1
1

Is it possible to have the sheets of the presentations in downloadable format as well? Would be nice to have them for quick reference and overview.

Rick Beerendonk  Jul 14, 2013 
Other Digital Version 2
02_data.mp4 at 07:35

keep showing the slide fullscreen to see the keyword section, otherwise it can't be read

Fran?ois Rey  Mar 14, 2014 
Other Digital Version 2
02_data.mp4 at 09:33-09:45

voice and video are out of sync

Fran?ois Rey  Mar 14, 2014 
Other Digital Version 4
04_code-part-2.mp4 at 14:05

symbol d is not defined
instead of (let [{a :a, b :b, c :c, :as m :or {a 2 b 3}} {:a 5 :c 6}] [a b c d m])
it should be (let [{a :a, b :b, c :c, :as m :or {a 2 b 3}} {:a 5 :c 6}] [a b c m])

Fran?ois Rey  Mar 14, 2014 
Other Digital Version 5
Functions: 21:50

In the Functions video is a demo between 18:30 and 21:50. However, the hyperlink shown at 21:50 should point to the source code, but is actually returning a 404.

The wrong hyperlink:
https://github.com/relevance/boids

The correct hyperlink:
? (unknown)

Rick Beerendonk  May 19, 2013 
Other Digital Version 8
08_concurrency-part-2.mp4 at 02:30

send-via takes an executor as first argument

Fran?ois Rey  Apr 14, 2014