eBooks-it.org Logo
eBooks-IT.org Inner Image

Stephen Blackheath eBooks

Download free Stephen Blackheath eBooks

Functional Reactive Programming

Functional Reactive Programming Image
Most software applications must handle user or system-generated events. The most widely-accepted event handling model is the Observer pattern, in which an object "listens" for changes in the application's state and then reacts by executing a unit of code-the problems is that this approach is prone to bugs.Functional Reactive Programming (FRP) is an alternative to the Observer pattern. It's designed to deal with events as a stream of values over time rather than as a series of unique responses to discrete changes in state, keeping logic tidy and eliminating the bugs that plague event handling code with no loss of expressiveness. FRP is useful anywhere the Observer pattern is common, including user interfaces, video games, networking, and ind...


2007 - 2017 © eBooks-IT.org