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 "Push-pull functional reactive programming", http://conal.net/papers/push-pull-frp/. This version of Reactive has some serious bugs. Import FRP.Reactive for FRP client apps. To make a Reactive adapter for an imperative library, import FRP.Reactive.LegacyAdapters. http://haskell.org/haskellwiki/reactive
Responsible Changed From-To: freebsd-ports-bugs->haskell haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
pgj 2010-01-12 21:48:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-reactive Makefile distinfo pkg-descr pkg-plist Log: Reactive is a simple foundation for programming reactive systems functionally. Like Fran/FRP, it has a notions of (reactive) behaviors and events. WWW: http://haskell.org/haskellwiki/reactive PR: ports/142493 Submitted by: Jacula Modyun <jacula(at)gmail.com> Revision Changes Path 1.3766 +1 -0 ports/devel/Makefile 1.1 +89 -0 ports/devel/hs-reactive/Makefile (new) 1.1 +3 -0 ports/devel/hs-reactive/distinfo (new) 1.1 +17 -0 ports/devel/hs-reactive/pkg-descr (new) 1.1 +41 -0 ports/devel/hs-reactive/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The port has been added to the Ports Collection. Thank you for your submission!