September 2015
Beginner to intermediate
608 pages
13h 43m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Each example is a function in the cljds.ch1.examples namespace that can be run."
A block of code is set as follows:
(defmulti load-data identity)
(defmethod load-data :uk [_]
(-> (io/resource "UK2010.xls")
(str)
(xls/read-xls)))When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
(q/fill (fill-fn x y)) (q/rect x-pos y-pos x-scale ...
Read now
Unlock full access