From: Don Vincenze <d...@tr80.com>
Hi,
Is this list still alive ...
I am trying to learn the theory of FRP by reading the code of this
"reactive" library and Yampa. Not trying to get anything to actually
work here, analyzing implementations of the theory only serve to assess
the viability of it all. I.e. apart from bugs, is it stable, does it
scale?
For starters I'm worried about space leaks in switching events, e.g. see
the "Event of Events" that's the input to switchE. Those events are
lists that get produced by input producers but not consumed until
they're being switched into, is that right? So during this time of
producing but not consuming the list just grows = there is a space leak?
at [1]http://apfelmus.nfshost.com/blog/2012/09/03-frp-dynamic-event-swi
tching-0-7.html . Conceptually it's very similar to how the "st"
parameter is used in the ST monad if you're familiar with that.
as to scaling, it is possible for a reactive network to scale to fairly
large systems, but not all of them do. I've been meaning to blog about
this soon, maybe over the next week or two.
John L.
References
1. http://apfelmus.nfshost.com/blog/2012/09/03-frp-dynamic-event-switching-0-7.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/reactive/attachments/20130207/d4748a02/attachment.html>
------------------------------
_______________________________________________
Reactive mailing list
Reac...@haskell.org
http://www.haskell.org/mailman/listinfo/reactive
End of Reactive Digest, Vol 18, Issue 3
***************************************