Etudes for ClojureScript e-bog
35,84 DKK
(inkl. moms 44,80 DKK)
A short composition that provides practice material for a particular musical skill is called an tude. In this hands-on book, youll find more than 30 tudes 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 Cloju...
E-bog
35,84 DKK
Forlag
O'Reilly Media
Udgivet
16 november 2015
Længde
129 sider
Genrer
Web programming
Sprog
English
Format
epub
Beskyttelse
LCP
ISBN
9781491952306
A short composition that provides practice material for a particular musical skill is called an tude. In this hands-on book, youll find more than 30 tudes 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 tudes will help you stretch beyond the material and examples that you find in most ClojureScript books or online references. One chapter features tudes for an open-ended project that will help you put together what youve learned. Solutions to each tude 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