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.
[Skip to Readme]
Downloads
- reactive-0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0, 0.2, 0.3, 0.5, 0.5.0.1, 0.8.3, 0.8.6, 0.8.8, 0.9.0, 0.9.1, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 0.9.10, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.10.7, 0.11, 0.11.2, 0.11.3, 0.11.4, 0.11.5 |
---|---|
Dependencies | base, TypeCompose [details] |
License | BSD-3-Clause |
Copyright | (c) 2007 by Conal Elliott |
Author | Conal Elliott |
Maintainer | conal@conal.net |
Category | reactivity, FRP |
Home page | http://haskell.org/haskellwiki/reactive |
Uploaded | by ConalElliott at 2007-12-28T01:09:48Z |
Distributions | |
Reverse Dependencies | 4 direct, 4 indirect [details] |
Downloads | 20848 total (77 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |