\u003cp\u003e\u003cb\u003eMaster the art of agile single page web application development with ClojureScript\u003c/b\u003e\u003c/p\u003e\u003ch2\u003eAbout This Book\u003c/h2\u003e\u003cul\u003e\u003cli\u003eSet up interactive development workflows for the browser or Node.js thanks to the ClojureScript ecosystem\u003c/li\u003e\u003cli\u003eLearn the basics of interactive single page web app development taking advantage of the functional nature of ClojureScript\u003c/li\u003e\u003cli\u003eDelve into advanced rich web application development concepts such as Om, along with core.async, using zippers and logic programming, and preparing code for production with testing or optimizing via the Google Closure Compiler\u003c/li\u003e\u003c/ul\u003e\u003ch2\u003eWho This Book Is For\u003c/h2\u003e\u003cp\u003eThis book is for web application developers who want to benefit from the power of ClojureScript to get an agile and highly productive development platform that targets mainly browser JavaScript.\u003c/p\u003e\u003cp\u003eYou are not required to be fluent in Clojure, but it will be easier for you if you have a basic understanding of browser and server-side JavaScript.\u003c/p\u003e\u003ch2\u003eWhat You Will Learn\u003c/h2\u003e\u003cul\u003e\u003cli\u003eUnderstand how the ClojureScript compiler operates\u003c/li\u003e\u003cli\u003eSet up interactive development workflows for ClojureScript\u003c/li\u003e\u003cli\u003eGrasp the basics of the ClojureScript language, including basic syntax, data structures, variable scoping, namespaces, and finally the powerful sequence abstraction\u003c/li\u003e\u003cli\u003eDelve into advanced concepts such as functional programming, macro writing, asynchronous programming, app routing, and real-time web\u003c/li\u003e\u003cli\u003eDevelop simple one page web applications\u003c/li\u003e\u003cli\u003eExplore techniques to make your web apps aware of the external world through external or embedded database access or Oauth 2 integration\u003c/li\u003e\u003cli\u003eLearn more advanced ClojureScript concepts like in app routing, real-time web\u003c/li\u003e\u003cli\u003ePrepare your work for production, getting insights into optional type-checking, writing portable Clojure/ClojureScript code, and testing\u003c/li\u003e\u003c/ul\u003e\u003ch2\u003eIn Detail\u003c/h2\u003e\u003cp\u003eClojure is an expressive language that makes it possible to easily tackle complex software development challenges. Its bias toward interactive development has made it a powerful tool, enabling high developer productivity.\u003c/p\u003e\u003cp\u003eIn this book, you will first learn how to construct an interactive development experience for ClojureScript.. You will be guided through ClojureScript language concepts, looking at the basics first, then being introduced to advanced concepts such as functional programming or macro writing. After that, we elaborate on the subject of single page web applications, showcasing how to build a simple one, then covering different possible enhancements. We move on to study more advanced ClojureScript concepts, where you will be shown how to address some complex algorithmic cases. Finally, you'll learn about optional type-checking for your programs, how you can write portable code, test it, and put the advanced compilation mode of the Google Closure Compiler to good use.\u003c/p\u003e\u003ch2\u003eStyle and approach\u003c/h2\u003e\u003cp\u003eThis book is a comprehensive reference guide on ClojureScript development for the front end, and will gradually help you master interactive ClojureScript development workflows, through detailed step-by-step information illustrated with annotated code samples.\u003c/p\u003e