The latest version of elerea is 2.9.0-0.

elerea

Version 0.2.0 revision 0 uploaded by GergelyPatai.

Package meta

Synopsis
A minimalistic FRP library
Description

Elerea (Eventless reactivity) is a tiny continuous-time FRP implementation without the notion of event-based switching and sampling, with first-class signals (time-varying values). Reactivity is provided through a latching mechanism where a signal changes its behaviour as dictated by a boolean input signal.

Elerea provides an easy to use applicative interface, supports recursive signals (a definition like sine = integral 0 (integral 1 (-sine)) works without a hitch) and arbitrary external input. Cyclic dependencies are detected on the fly and resolved by inserting delays dynamically, unless the user does it explicitly.

This is a minimal library that defines only some basic primitives, and you are advised to install elerea-examples as well to get an idea how to build non-trivial systems with it. The examples are separated in order to minimise the dependencies of the core library.

Author
Patai Gergely
Bug reports
n/a
Category
reactivity, FRP
Copyright
(c) 2009, Patai Gergely
Homepage
n/a
Maintainer
Patai Gergely (patai@iit.bme.hu)
Package URL
n/a
Stability
experimental

Components