The Artima Developer Community


Errata for Programming in Scala
Chapter 8: Functions and Closures
Return to errata index.

Page 141 (PDF page 175):
Section 8.2, Paragraph 2, Sentence 2:
"In the interpreter this not so much of a problem, [...]"

I guess that should be:
"In the interpreter this _IS_ not so much of a problem, [...]"

FIXED
Page 141 (PDF page 175):
Section 8.2, example:
To produce the same output as Listing 8.1 the line:

print(filename + ": " + line)

should be changed to:

print(filename + ": " + line.trim)
Page 147 (PDF page 181):
Ch.8 Functions and Closures, p.147 [pdf 181], top line
replace "at most once" by "exactly once"
(appear implies at least once)
Page 148 (PDF page 182):
typo:
    in which an underscore used to represent
->  in which an underscore is used to represent

FIXED

Page number: Book type: Paperback book PDF eBook
Book version: (Or build date. Found on back of title page.)
Your feedback:
Your name: (optional)
Your email address: (optional) (will not be published)

Copyright © 2021 Artima, Inc. All rights reserved.