Errata
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted By | Date submitted | Date corrected |
---|---|---|---|---|---|
ePub |
Chapter 7. Creating Web Applications with Clojure |
In "Browser-Connected REPL" section, there's a typo. Note from the Author or Editor: |
Anonymous | Jul 26, 2015 | Feb 05, 2016 |
Page x 3rd paragraph |
Text is, "this book built around"; should be "this book is built around". Note from the Author or Editor: |
Wil Cooley | Feb 27, 2015 | Feb 05, 2016 | |
Printed | Page 20 2nd paragraph from bottom |
Original: "If there is one parameter, you can you the percent sign ..." Note from the Author or Editor: |
Anonymous | Nov 20, 2015 | Feb 05, 2016 |
Page 21 2nd paragraph, 2nd sentence |
In "There are three mains ways of using libs in your namespace", "mains" should be "main" Note from the Author or Editor: |
Anonymous | May 06, 2015 | Feb 05, 2016 | |
PDF, Mobi | Page 21 Last sentence |
If there is one parameter you can you the % sign to represent it. Note from the Author or Editor: |
Andrew Vida | Apr 08, 2015 | Feb 05, 2016 |
Page 26 1st paragraph |
The sentence Note from the Author or Editor: |
Anonymous | Aug 05, 2015 | Feb 05, 2016 | |
ePub | Page 29 3rd Paragraph Tip box |
“TIP |
Anonymous | Apr 23, 2015 | Feb 05, 2016 |
Printed | Page 32 bulleted list, first item |
The function empty? is misspelled as emtpy? Note from the Author or Editor: |
Matthew Lawhead | Jul 25, 2015 | Feb 05, 2016 |
Printed | Page 37 1st paragraph |
Typo in last sentence of 1st paragraph. Note from the Author or Editor: |
David Snyder | Jul 25, 2015 | Feb 05, 2016 |
PDF, Mobi | Page 38 Note |
"Currying is not tasty dish, but a way to generate a new function with an argument partially applied." Note from the Author or Editor: |
Andrew Vida | Apr 08, 2015 | Apr 09, 2015 |
Printed | Page 42 5th para beginning "The result is not..." |
The repeatedly function is used to start a sentence in this paragraph, and incorrectly has its initial letter capitalised. Note from the Author or Editor: |
Anonymous | May 12, 2015 | Feb 05, 2016 |
Page 57 Line 2 |
'It indeed got udpated' Note from the Author or Editor: |
Rowan Limb | Mar 03, 2015 | Apr 09, 2015 | |
Printed | Page 64 line 2 |
We give it an initial state with an @: Note from the Author or Editor: |
yoyo | Jul 17, 2015 | Feb 05, 2016 |
Printed | Page 72 The very last entry in the Clojure code |
Page 72 (Ch. 4) there is a table explaining Java-Clojure interop. Note from the Author or Editor: |
Anonymous | Jan 22, 2016 | Feb 05, 2016 |
Printed, Other Digital Version | Page 75 Bottom third of page |
Text: First, we declare that the function named eat-mushroom is going to be a multimethod with def-multi. Note from the Author or Editor: |
Shane Essary | Aug 23, 2015 | Feb 05, 2016 |
Printed | Page 76 2nd code example |
Second coding example: In between REPL calls, author writes "Likewise, when we call it will a big height, it will tell us the hint to shrink.", should be "Likewise, when we call it with a big height ... " Note from the Author or Editor: |
Nicholas Corneau | Jan 25, 2016 | Feb 05, 2016 |
Printed | Page 86 Directory tree diagram |
The tree of layout of the project incorrectly lists core.clj in the src/serpent_talk dir. It should be talk.clj. Note from the Author or Editor: |
Anonymous | May 24, 2015 | Feb 05, 2016 |
Printed | Page 88 mid-page |
Type in the following to run the tests: Note from the Author or Editor: |
Shane Essary | Aug 22, 2015 | Feb 05, 2016 |
Printed | Page 90 right middle of the page |
"group-id identifies a project uniquely across all projects, like a domain name." Note from the Author or Editor: |
yoyo | Jul 16, 2015 | Feb 05, 2016 |
Printed | Page 97 L-2 |
as we look at a using ... -> as we look at and using ... Note from the Author or Editor: |
yoyo | Jul 17, 2015 | Feb 05, 2016 |
Printed | Page 105 Second code listing |
The text explains: "Then it uses a function that will sum up a vector filled with the number 1 of a random length", but the code: (repeat 1 (rand-int 100000)) produces a single instance of a random number, not a random number of instances of the number 1. It should be (repeat (rand-int 100000) 1) Note from the Author or Editor: |
Michael Monette | Jun 24, 2015 | Feb 05, 2016 |
Printed | Page 107 2nd Paragraph under "Creating a Tea Party..." heading |
Text says "result of the fatest tea web service"; should be "result of the fastest tea web service". Note from the Author or Editor: |
Michael Monette | Jun 24, 2015 | Feb 05, 2016 |
Page 111 1st paragraph |
I love the book, but it is extremely frustrating, to have to try and figure out the reasons for errors in the Web Development chapters, without complete source code to refer to. Note from the Author or Editor: |
ClojureExplorer | Aug 30, 2015 | Feb 05, 2016 | |
Printed | Page 112 Directory Listing |
└── test Note from the Author or Editor: |
yoyo | Jul 27, 2015 | Feb 05, 2016 |
Printed | Page 115 handle.clj |
Let’s look at the src/cheshire_cat/handler.clj file: Note from the Author or Editor: |
yoyo | Jul 27, 2015 | Feb 05, 2016 |
Printed | Page 119 middle-bottom |
I didn't get the Content-Type set to "application/json" correctly. After I swapped the route wrappers, it worked for me. Note from the Author or Editor: |
yoyo | Jul 23, 2015 | Feb 05, 2016 |
Printed | Page 120 last quarter of page |
:plugins [[lein-ring "0.8.12"]... Note from the Author or Editor: |
Shane Essary | Aug 26, 2015 | Feb 05, 2016 |
Printed | Page 127 2nd paragraph |
Text: For that, we'll need the ClojureScript HTTP library cljs-https. Note from the Author or Editor: |
Shane Essary | Aug 26, 2015 | Feb 05, 2016 |
Printed | Page 129 2nd paragraph |
After adding line to project.clj code listing, instructions are to: Also remember to restart your cljsbuild. Shouldn't this be to restart the lein ring server to grab enfocus library? Note from the Author or Editor: |
Shane Essary | Aug 26, 2015 | |
PDF, ePub | Page 134 end of code sample at top of page |
On the last line of the code sample, `say-goodbye` is wired up for the `:click` event for `#button1` using an anonymous function literal: `#(say-goodbye)`; the anonymous function literal is unnecessary here -- the `say-goodbye` function itself is sufficient for the argument. UUO#() Note from the Author or Editor: |
willcooley | May 04, 2015 | Feb 05, 2016 |
Printed | Page 158 last para. |
Text is "how may people are using the reduce function", "how may" should be "how many" Note from the Author or Editor: |
yoyo | Jul 23, 2015 | Feb 05, 2016 |
Printed | Page 184 bottom paragraph, second sentence |
"Given a positive integer n, return a function (f x) which computes xn." should be "Given a positive integer n, return a function (f x) which computes x raised to the power n." Note from the Author or Editor: |
Bill Schneider | Nov 21, 2015 | Feb 05, 2016 |
ePub | Page 341-342 The code snippet |
Just for reference, I am reading this in iBooks Note from the Author or Editor: |
Rohan Nicholls | Apr 29, 2015 | Feb 05, 2016 |