January 2020
Intermediate to advanced
532 pages
13h 31m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text such as variable names, function names, data types, etc. For example, "The format function takes a formatter and a numeric value, x, and returns a formatted string."
A block of code is set as follows:
abstract type Formatter endstruct IntegerFormatter <: Formatter endstruct FloatFormatter <: Formatter end
Any experiment or output from the REPL is presented as screenshots:

Bold: Indicates an important word or concept. For example, "The Bridge pattern is used to decouple an abstraction from its implementation so that it ...
Read now
Unlock full access