Errata

Think Julia

Errata for Think Julia

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. 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
Printed
Page 25
exercise 3-1

It will be a good advice to stop the REPL before launch the exercice under Juno/Atom. Under linux, if I launch with terminal, I see the error.

Note from the Author or Editor:
Exercise 3.1.

Should start with "Restart the REPL and move ..."

Deffet Jean-Marc  Jul 02, 2019  Dec 06, 2019
PDF
Page 38
Exercise 4-3

In Exercise 4-3, "t" must be "\:turtle:", because we have this solution in the following section to learn concept of encapsulation.

function square(t)
for i in 1:4
forward(t, 100)
turn(t, -90)
end
end
???? = Turtle()
@svg begin
square(????)
end

Note from the Author or Editor:
In Exercise 4-3, "t" must be replaced by a turtle emoticon.

Hannibal Song  Jul 15, 2019  Dec 06, 2019