On Sep 17, 2:00 pm, Rich Hickey <[EMAIL PROTECTED]> wrote:
> > Is there any effort to bring FRP (FrTime, Yampa, etc.) library to
> > Clojure?
>
> I don't know of any yet. There is a CL package, Cells, that might make
> sense for Clojure, esp re: spreadsheet-like behavior.

Cells is an awesome package with abysmal documentation.  Come to think
of it, Cells would work probably work better in Clojure than it does
in Common Lisp.  Last I heard, the CL implementation relies on a
global "state counter" to track updates.  Cloure's STM system could
take care of that more elegantly.

-Stuart
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to