reactive
Version 0.8.6 revision 0 uploaded by ConalElliott.
Package meta
- Synopsis
- Simple foundation for functional reactive programming
- Description
Reactive is a simple foundation for programming reactive systems functionally. Like Fran/FRP, it has a notions of (reactive) behaviors and events. Unlike most previous FRP implementations, Reactive has a hybrid demand/data-driven implementation, as described in the paper "Simply efficient functional reactivity", http://conal.net/papers/simply-reactive/.
Import FRP.Reactive for FRP client apps. To make an Reactive adapter for an imperative library, import FRP.Reactive.LegacyAdapters.
Please see the project wiki page: http://haskell.org/haskellwiki/reactive
The module documentation pages have links to colorized source code and to wiki pages where you can read and contribute user comments. Enjoy!
© 2007-2008 by Conal Elliott; BSD3 license.
Contributions from: Thomas Davie, Luke Palmer, David Sankel. (Please let me know if I've forgotten to list you.)
- Author
- Conal Elliott
- Bug reports
- n/a
- Category
- reactivity, FRP
- Copyright
- (c) 2007-2008 by Conal Elliott
- Homepage
- http://haskell.org/haskellwiki/reactive
- Maintainer
- conal@conal.net
- Package URL
- http://code.haskell.org/reactive
- Stability
- provisional