buster-network: Almost but not quite entirely unlike FRP
Buster is best described by the following blog post: http://vis.renci.org/jeff/2009/03/31/almost-but-not-quite-entirely-like-frp/
It is an engine for orchestrating large, complex, and multifaceted applications by couching them in terms of time, events, a bus, behaviours, and widgets. Time is continuous and infininte. Events are discrete and exist for a particular time. The bus is a discrete sample of time made available to behaviours. Behaviours are continuous and exist for all time, but sample time via the bus. They filter Events to determine what is on the bus at future times. Widgets are input-only objects that sample the outside world and assign events to discrete portions of time.
Buster is designed to be flexible, with a flexible event model and the ability to add custom data to events, and designed to be high performance. It is simple to integrate with Gtk while at the same time able to handle other kinds of resources, like files and sockets.
Downloads
- buster-network-1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0, 1.1, 1.2 |
---|---|
Dependencies | base, binary, buster (>=1.0), bytestring, containers, dataenc, haxr, HTTP (>=4000.0.0), mtl, network, old-locale, pretty, time [details] |
License | BSD-3-Clause |
Copyright | 2009 Renaissance Computing Institute |
Author | Jeff Heard |
Maintainer | Jeff Heard <jeff@renci.org> |
Category | FRP |
Home page | http://vis.renci.org/jeff/buster |
Uploaded | by JeffersonHeard at 2009-04-29T14:34:22Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2745 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |