|
From: Conal Elliott <conal <at> conal.net>
Subject: Announce: Reactive library (FRP) and mailing list Newsgroups: gmane.comp.lang.haskell.general, gmane.comp.lang.haskell.cafe Date: 2008-11-09 21:59:40 GMT (34 weeks, 1 hour and 9 minutes ago)
Reactive [1] is a library for functional reactive programming (FRP), similar to the original Fran [2] but with a more modern interface (using standard type classes) and a hybrid push/pull implementation. It is designed to be used in a variety of contexts, such as interactive 2D and 3D graphics, graphical user interfaces, web services, and automatic recompilation/re-execution. It has a simple and precise semantics based on continuous time and is built on a notion of functional future values. The semantics and implementation are described in the paper "Simply efficient functional reactivity" [3]. _______________________________________________ Haskell mailing list Haskell <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell |
|
|