Please share your thoughts on this book with others by leaving a review on the site that you bought it from. If you purchased the book from Amazon, please leave us an honest review on this book's Amazon page. This is vital so that other potential readers can see and use your unbiased opinion to make purchasing decisions, we can understand what our customers think about our products, and our authors can see your feedback on the title that they have worked with Packt to create. It will only take a few minutes of your time, but is valuable to other potential customers, our authors, and Packt. Thank you!
-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Hands-On Reactive Programming with Clojure
By :

Hands-On Reactive Programming with Clojure
By:
Overview of this book
Reactive Programming is central to many concurrent systems, and can help make the process of developing highly concurrent, event-driven, and asynchronous applications simpler and less error-prone.
This book will allow you to explore Reactive Programming in Clojure 1.9 and help you get to grips with some of its new features such as transducers, reader conditionals, additional string functions, direct linking, and socket servers. Hands-On Reactive Programming with Clojure starts by introducing you to Functional Reactive Programming (FRP) and its formulations, as well as showing you how it inspired Compositional Event Systems (CES). It then guides you in understanding Reactive Programming as well as learning how to develop your ability to work with time-varying values thanks to examples of reactive applications implemented in different frameworks. You'll also gain insight into some interesting Reactive design patterns such as the simple component, circuit breaker, request-response, and multiple-master replication. Finally, the book introduces microservices-based architecture in Clojure and closes with examples of unit testing frameworks.
By the end of the book, you will have gained all the knowledge you need to create applications using different Reactive Programming approaches.
Table of Contents (15 chapters)
Preface
What is Reactive Programming?
A Look at Reactive Extensions
Asynchronous Programming and Networking
Introduction to core.async
Creating Your Own CES Framework with core.async
Building a Simple ClojureScript Game with Reagi
The UI as a Function
A New Approach to Futures
A Reactive API to Amazon Web Services
Reactive Microservices
Testing Reactive Apps
Concurrency Utilities in Clojure
Other Books You May Enjoy
Appendix - The Algebra of Library Design
Customer Reviews