X

Clojure Reactive Programming - How to Develop Concurrent and Asynchronous Applications with Clojure

Product ID : 17148822


Galleon Product ID 17148822
Model
Manufacturer
Shipping Dimension Unknown Dimensions
I think this is wrong?
-
2,688

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown

Pay with

About Clojure Reactive Programming - How To Develop

Key FeaturesLearn how to leverage the features of functional reactive programming using ClojureCreate dataflow-based systems that are the building blocks of reactive programmingLearn different Functional Reactive Programming frameworks and techniques by implementing real-world examplesBook DescriptionReactive Programming (RP) is central to many concurrent systems. It endeavors to make the process of developing highly-concurrent, event-driven, and asynchronous applications simpler and less error-prone. RP comes in many flavors and we will look at some of them in this book. Clojure Reactive Programming is a practical guide aimed at exploring RP. It starts by describing Functional Reactive Programming (FRP) and its formulations, as well as how it inspired Compositional Event Systems (CES).It also presents several examples of Reactive applications implemented in different frameworks, allowing you to develop an understanding of the subject as well as learn how to develop your ability to work with time-varying values. By the end of the book, you will be equipped to solve real-world problems and have a clear understanding of when and how you should use different the approaches that are shown in the book.What you will learnUnderstand the key abstractions of Functional Reactive Programming (FRP) and Compositional Event Systems (CES)Discover how to think in terms of time-varying values and event streamsCreate, compose, and transform Observable sequences with Reactive ExtensionsCreate a CES framework from scratch using core.async as its foundationBuild a simple ClojureScript game using ReagiIntegrate Om and RxJS in a web applicationImplement a reactive API to Amazon Web ServicesDiscover approaches to backpressure and error handlingGet to grips with futures and learn where they fit inAbout the Au