Etudes for ClojureScript : companion exercises for introducing ClojureScript /
A short composition that provides practice material for a particular musical skill is called an étude. In this hands-on book, you'll find more than 30 études to help you practice ClojureScript skills for specific programming areas, ranging from functions and variables to asynchronous processi...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media,
2015, ©2016.
©2016 |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
MARC
LEADER | 00000cam a2200000Ma 4500 | ||
---|---|---|---|
001 | OR_ocn930017965 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 151120t20152016cau o 000 0 eng d | ||
040 | |a IDEBK |b eng |e pn |c IDEBK |d N$T |d YDXCP |d OCLCF |d UMI |d OCLCQ |d EBLCP |d COO |d OCLCQ |d DEBBG |d OCLCQ |d VT2 |d CEF |d OCLCQ |d WYU |d UAB |d OCLCQ |d DST |d OCLCO |d OCLCQ |d OCLCO | ||
019 | |a 932247972 |a 935919864 | ||
020 | |a 1491952318 |q (electronic bk.) | ||
020 | |a 9781491952313 |q (electronic bk.) | ||
020 | |a 9781491934906 | ||
020 | |a 1491934905 | ||
020 | |a 9781491934890 | ||
020 | |a 1491934891 | ||
029 | 1 | |a DEBBG |b BV043968145 | |
029 | 1 | |a DEBSZ |b 485786346 | |
029 | 1 | |a GBVCP |b 882747290 | |
029 | 1 | |a AU@ |b 000057006402 | |
035 | |a (OCoLC)930017965 |z (OCoLC)932247972 |z (OCoLC)935919864 | ||
037 | |a 871494 |b MIL | ||
050 | 4 | |a QA76.6 | |
072 | 7 | |a COM |x 051010 |2 bisacsh | |
082 | 0 | 4 | |a 005.13 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Eisenberg, J. David. | |
245 | 1 | 0 | |a Etudes for ClojureScript : |b companion exercises for introducing ClojureScript / |c J. David Eisenberg. |
260 | |a Sebastopol, CA : |b O'Reilly Media, |c 2015, ©2016. | ||
264 | 4 | |c ©2016 | |
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Copyright; Table of Contents; Preface; What's an Étude?; What Are Études for ClojureScript?; Acknowledgments; Chapter 1. Functions and Variables; Étude 1-1: Defining a Function in the REPL; Étude 1-2: Defining Functions in a Source File; Étude 1-3: Using def; Étude 1-4: Using let; Étude 1-5: More Practice with def and let; Chapter 2. Interacting with JavaScript and Web Pages; Étude 2-1: Direct Use of JavaScript; Invoking Methods; Accessing Properties; Creating JavaScript Objects; Listening for Events; Étude 2-2: Using Google Closure; Putting Google Closure into Your Project. | |
505 | 8 | |a Using Google Closure to Access the DOMUsing Google Closure to Handle Events; Étude 2-3: Using dommy; Putting dommy into Your Project; Using dommy to Access the DOM; Using dommy to Handle Events; Étude 2-4: Using Domina; Putting Domina into Your Project; Using Domina to Access the DOM; Using Domina to Handle Events; Étude 2-5: Using Enfocus; Putting Enfocus into Your Project; Using Enfocus to Access the DOM; Using Enfocus to Handle Events; Chapter 3. Lists, Vectors, and Higher-Order Functions; Étude 3-1: Move the Zeros; Étude 3-2: More List Manipulation; Étude 3-3: Basic Statistics. | |
505 | 8 | |a Étude 3-4: Basic Statistics in a Web PageÉtude 3-5: Dental Hygiene; Étude 3-6: Random Numbers-Generating a Vector of Vectors; Étude 3-7: Monthly Daylight; Chapter 4. Maps; Étude 4-1: Condiments; Parsing XML; Command-line Arguments; Mutually Recursive Functions; Étude 4-2: Condiment Server; Setting Up Express; Generating HTML from ClojureScript; Putting the Étude Together; Étude 4-3: Maps-Frequency Table; Reading the CSV File; Étude 4-4: Complex Maps-Cross-Tabulation; Étude 4-5: Cross-Tabulation Server; Chapter 5. Programming with React; Étude 5-1: Reactive Programming with Quiescent; Hints. | |
505 | 8 | |a Étude 5-2: Reactive Programming with ReagentHints; Chapter 6. Interlude: Room Usage Project; Étude 6-1: Build the Data Structure; Étude 6-2: Visualizing the Data (Version 1); Étude 6-3: Visualizing the Data (Version 2); Chapter 7. Records and Protocols; Étude 7-1: Rational Numbers; Étude 7-2: Complex Numbers; Étude 7-3: Writing Tests; Chapter 8. Asynchronous Processing; Étude 8-1: A Card Game; The Art of War; War: What Is It Good For?; Pay Now or Pay Later; The Design; Messages Are Asynchronous; Representing the Deck; Appendix A. Solutions; Solution 1-2; Solution 1-3; Solution 1-4. | |
505 | 8 | |a Solution 1-5Solution 2-1; Solution 2-2; Solution 2-3; Solution 2-4; Solution 2-5; Solution 3-1; Solution 3-2; Solution 3-3; Solution 3-4; Solution 3-5; Solution 3-6; Solution 3-7; Solution 4-1; Solution 4-2A; Solution 4-2B; Solution 4-3; ; ; ; Solution 4-4; Solution 4-5; Solution 5-1; Solution 5-2; Solution 6-1; File building_usage/src/roster.cljs; File building_usage/src/utils.cljs; Solution 6-2; File core.cljs; File index.html; Solution 6-3; File core.cljs; File index.html; Solution 7-1; Solution 7-2; Solution 7-3; Sample core.async Program 1; Sample core.async Program 2; Solution 8-1. | |
520 | |a A short composition that provides practice material for a particular musical skill is called an étude. In this hands-on book, you'll 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 you've learned. Solutions to each étude are revealed in the appendix. Programming areas include: Working with functions and variables with def and let Interacting with JavaScript and web pages, using several libraries Lists, vectors, and higher-order map, filter, and reduce functions Data mapping with ClojureScript Using different ClojureScript libraries to program with React Adding, subtracting, multiplying, and dividing rational and complex numbers with defprotocol and defrecord Asynchronous processing with core.async J. David Eisenberg is a programmer and instructor in San Jose, California. He's developed courses for CSS, JavaScript, CGI, and XML, and teaches Computer Information Technology courses at Evergreen Valley College. David has written Études for Erlang (O'Reilly), Let's Read Hiragana (Eisenberg Consulting), and SVG Essentials (O'Reilly). | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Scripting languages (Computer science) | |
650 | 0 | |a Clojure (Computer program language) | |
650 | 6 | |a Langages de script (Informatique) | |
650 | 6 | |a Clojure (Langage de programmation) | |
650 | 7 | |a COMPUTERS |x Programming Languages |x General. |2 bisacsh | |
650 | 7 | |a Clojure (Computer program language) |2 fast | |
650 | 7 | |a Scripting languages (Computer science) |2 fast | |
776 | 0 | 8 | |i Print version: |a Eisenberg, J. David. |t Etudes for ClojureScript. |d Sebastopol, CA : O'Reilly Media, ©2015 |z 9781491934890 |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781491934906/?ar |z Texto completo (Requiere registro previo con correo institucional) |
938 | |a ProQuest Ebook Central |b EBLB |n EBL4333811 | ||
938 | |a EBSCOhost |b EBSC |n 1099371 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis33182324 | ||
938 | |a YBP Library Services |b YANK |n 12727135 | ||
994 | |a 92 |b IZTAP |