Clojure Reactive Programming

Leonardo Borges

  • 出版商: Packt Publishing
  • 出版日期: 2015-03-26
  • 售價: $1,870
  • 貴賓價: 9.5$1,777
  • 語言: 英文
  • 頁數: 194
  • 裝訂: Paperback
  • ISBN: 1783986662
  • ISBN-13: 9781783986668
  • 相關分類: JVM 語言
  • 海外代購書籍(需單獨結帳)

商品描述

Design and implement highly reusable reactive applications by integrating different frameworks with Clojure

About This Book

  • Learn how to leverage the features of functional reactive programming using Clojure
  • Create dataflow-based systems that are the building blocks of reactive programming
  • Learn different Functional Reactive Programming frameworks and techniques by implementing real-world examples

Who This Book Is For

If you are a Clojure developer who is interested in using Reactive Programming to build asynchronous and concurrent applications, this book is for you. Knowledge of Clojure and Leiningen is required. Basic understanding of ClojureScript will be helpful for the web chapters, although it is not strictly necessary.

In Detail

Reactive 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 as well as understand the trade-offs between the approaches shown in the book.