Functional Programming for the Web
Buch, Englisch, 366 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 5913 g
ISBN: 978-1-4842-3008-4
Verlag: Apress
Throughout the book, Reactive with ClojureScript Recipes uses progressively more complex examples and introduces you to a set of powerful tools that target rapid web application development. In the last chapter, you'll use these concepts for an HTML5-based deployment to smart phones.
ClojureScript is your functional programming language for the web. ClojureScript looks like a LISP, and compiles to JavaScript, and thus runs nicely run in the browser.
What You'll Learn
- Write simple static web apps with Boot
- Iintegrate ClojureScript and its libraries
- Animate content, play with sound and videos
- Use Reagent, andbe Reactive in the browser.
- Run your Application on a smart phones.
Clojure developers who want to turn their functional skills to the web and JavaScript advanced developers who want reuse their web skills in a different language
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Chapter 1: Using Boot.- Chapter 2: ClojureScript.- Chapter 3: Working with JavaScript.- Chapter 4: Functional Reactive Programming with Reagent.- Chapter 5: Beyond