Etudes for Clojurescript

Etudes for Clojurescript

ISBN: 149195230X

ISBN 13: 9781491952306

Author: J David Eisenberg

4.00 of 1

Click the button below to register a free account and download the file


Download PDF

Download ePub

*Disclosure:“This post may contain affiliate links and I earn from qualifying purchases”.


A short composition that provides practice material for a particular musical skill is called an etude. In this hands-on book, you'll find more than 30 etudes to help you practice ClojureScript skills for specific programming areas, ranging from functions and variables to asynchronous processing. Each of these small projects includes a description of a program that you will compose (write) in ClojureScript.

Though not as difficult as their musical counterparts, these programming etudes will help you stretch beyond the material and examples that you find in most ClojureScript books or online references. One chapter features etudes for an open-ended project that will help you put together what you've learned. Solutions to each etude are revealed in the appendix.

Programming areas include: Working with functions and variables with def and letInteracting with JavaScript and web pages, using several librariesLists, vectors, and higher-order map, filter, and reduce functionsData mapping with ClojureScriptUsing different ClojureScript libraries to program with ReactAdding, subtracting, multiplying, and dividing rational and complex numbers with defprotocol and defrecordAsynchronous processing with core.async