The latest version of keera-hails-reactivevalues is 0.8.0-0.

keera-hails-reactivevalues

Version 0.2.0.1 revision 0 uploaded by IvanPerez.

Package meta

Synopsis
Haskell on Rails - Reactive Values
Description

This package contains a general definition of Reactive Values and several useful combinators. A reactive value is a typed mutable value with access properties and change propagation. Access property can be read-only, read-write or read-write.

How an RV is actually implemented, and when and how change propagation is executed is dependent on each RV. For instance, Gtk widget properties would normally use the standard event-handler installers to implement change propagation, whereas pure Haskell values might fork a thread (or not) and propagate changes asynchronously.

RVs can be created from pure models (see keera-hails-mvc-model-lightmodel and keera-hails-mvc-model-protectedmodel), Gtk+WXQtHTML DOMAndroid widget propertiesevent handlersgetterssetters, files, sockets, FRP networks. Other backends are also available. See <https:github.comkeera-studios/keera-hails keera-hails> for a list of available backends, tutorials, etc.

Author
Ivan Perez
Bug reports
n/a
Category
Development
Copyright
n/a
Homepage
http://www.keera.es/blog/community/
Maintainer
ivan.perez@keera.es
Package URL
n/a
Stability
n/a

Components