reactive: Simple foundation for functional reactive programming
Reactive is a simple foundation for programming reactive systems functionally. Like Fran/FRP, it has a notions of (reactive) behaviors and events. Like DataDriven, Reactive has a data-driven implementation. The main difference between Reactive and DataDriven is that Reactive builds on functional "futures" (using threading), while DataDriven builds on continuation-based computations.
Warning: executables using this library must be built with -threaded. Otherwise, reactions will be delayed significantly.
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 by Conal Elliott; BSD3 license.
| Versions | 0.0, 0.2, 0.3, 0.5 |
|---|---|
| Dependencies | base, TypeCompose |
| License | BSD3 |
| Copyright | (c) 2007 by Conal Elliott |
| Author | Conal Elliott |
| Maintainer | conal@conal.net |
| Stability | provisional |
| Category | reactivity, FRP |
| Home page | http://haskell.org/haskellwiki/reactive |
| Exposed modules | Data.SFuture, Data.Future, Data.Fun, Data.Reactive |
| Upload date | Thu Dec 27 17:09:48 PST 2007 |
| Uploaded by | ConalElliott |
| Built on | ghc-6.8 |
Downloads
- reactive-0.0.tar.gz (Cabal source package)
- package description (included in the package)
