The reactive package
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 a Reactive adapter for an imperative library, import FRP.Reactive.LegacyAdapters.
Please see the project wiki page: http://haskell.org/haskellwiki/reactive
© 2007-2008 by Conal Elliott; GNU AGPLv3 license (see COPYING).
With contributions from: Robin Green, Thomas Davie, Luke Palmer, David Sankel, Jules Bean, Creighton Hogg, Chuan-kai Lin, and Richard Smith. Please let me know if I've forgotten to list you.
Properties
| Versions | 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, category-extras (≥0.53.5), checkers (≥0.2), old-time, QuickCheck (≥2), random, Stream (≥0.3.1), TypeCompose (≥0.6.3), unamb (≥0.1.5), vector-space (≥0.5) |
| License | OtherLicense |
| Copyright | (c) 2007-2008 by Conal Elliott |
| Author | Conal Elliott |
| Maintainer | conal@conal.net |
| Stability | provisional |
| Category | reactivity, FRP |
| Home page | http://haskell.org/haskellwiki/reactive |
| Bug tracker | http://trac.haskell.org/reactive |
| Upload date | Fri May 29 23:50:12 UTC 2009 |
| Uploaded by | ConalElliott |
| Built on | ghc-6.10 |
| Build failure | ghc-6.12 (log) |
| Distributions | FreeBSD: 0.11.5 |
Modules
- Data
- FRP
- FRP.Reactive
- FRP.Reactive.Behavior
- FRP.Reactive.Fun
- FRP.Reactive.Future
- FRP.Reactive.Improving
- Internal
- FRP.Reactive.Internal.Behavior
- FRP.Reactive.Internal.Chan
- FRP.Reactive.Internal.Clock
- FRP.Reactive.Internal.Fun
- FRP.Reactive.Internal.Future
- FRP.Reactive.Internal.IVar
- FRP.Reactive.Internal.Misc
- FRP.Reactive.Internal.Reactive
- FRP.Reactive.Internal.Serial
- FRP.Reactive.Internal.TVal
- FRP.Reactive.Internal.Timing
- FRP.Reactive.LegacyAdapters
- FRP.Reactive.Num
- FRP.Reactive.PrimReactive
- FRP.Reactive.Reactive
- FRP.Reactive.VectorSpace
- FRP.Reactive
Downloads
- reactive-0.11.tar.gz (Cabal source package)
- package description (included in the package)