The latest version of sodium is 0.11.0.3-0.

sodium

Version 0.1.0.0 revision 0 uploaded by StephenBlackheath.

Package meta

Synopsis
Sodium Reactive Programming (FRP) System
Description

A general purpose Reactive Programming (FRP) system intended for 'industrial strength' applications. It's a translation of a C++ implementation used for data acquisition, so the design, at least, has had some real-world testing.

  • Applicative style: Event implements Functor and Behaviour implements Applicative.

  • FRP logic is tied to partitions, within which consistency is guaranteed. This allows you to selectively relax consistency guarantees to facilitate parallelism.

  • Instead of the common approach where inputs are fed into the front of a monolithic 'reactimate', Sodium allows you to push inputs in from scattered places in IO.

  • Integration with IO: Extensible to provide lots of scope for lifting IO into FRP logic.

  • Push-based imperative implementation.

Author
Stephen Blackheath
Bug reports
n/a
Category
FRP
Copyright
(c) Stephen Blackheath 2012
Homepage
n/a
Maintainer
http://blacksapphire.com/antispam/
Package URL
n/a
Stability
n/a

Components