FRP (was: Semantic Domain, Function, and denotational model)

I just noticed that the "Simply Efficient Functional Reactivity" paper has been updated since I last looked; I'll have to read it again now. Is the library/code mentioned in the paper released or available anywhere at this time? Conal has left tantalizing hints scattered in various places... Thanks, John Lato

On Wed, 17 Sep 2008 15:28:35 +0100
"John Lato"
I just noticed that the "Simply Efficient Functional Reactivity" paper has been updated since I last looked; I'll have to read it again now.
Is the library/code mentioned in the paper released or available anywhere at this time? Conal has left tantalizing hints scattered in various places...
To get the latest code, which might not correspond to the code in the paper: darcs get http://code.haskell.org/reactive/ -- Robin

Hi John,
We're working toward a library release. This summer has been more chaotic
for me than I expected. Meanwhile the current is as Robin mentioned below.
Not in a terribly usable form. You'll need ghc-6.9 for the vector-space
dependency (vector spaces, linear maps, and derivatives), since associated
types work much better in 6.9 than before.
- Conal
On Wed, Sep 17, 2008 at 5:45 PM, Robin Green
On Wed, 17 Sep 2008 15:28:35 +0100 "John Lato"
wrote: I just noticed that the "Simply Efficient Functional Reactivity" paper has been updated since I last looked; I'll have to read it again now.
Is the library/code mentioned in the paper released or available anywhere at this time? Conal has left tantalizing hints scattered in various places...
To get the latest code, which might not correspond to the code in the paper:
darcs get http://code.haskell.org/reactive/
-- Robin _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Conal Elliott
-
John Lato
-
Robin Green