Browse thread
Re: Functional Reactive GUI for O'Caml
- Louis Mandel
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Louis Mandel <louis.mandel@i...> |
| Subject: | Re: Functional Reactive GUI for O'Caml |
A source distribution of ReactiveML will be available soon. You may also have a look to Lucid Synchrone which is closer to the functional reactive programming model. http://www.lri.fr/~pouzet/lucid-synchrone -- Louis Mandel Jonathan Roewen wrote: > On 12/21/06, Virgile Prevosto <virgile.prevosto@m4x.org> wrote: > > Hello, > > Le mer 20 déc 2006 10:38:22 CET, > > "Chris King" <colanderman@gmail.com> a écrit : > > > > > > > > > > * Am I duplicating work? I know of functional reactive GUI > > > systems such as Fudgets, SuperGlue, and Flapjax for other > > > languages but I know of no such system for O'Caml. > > > > You might be interested by Reactive ML: http://rml.inria.fr > > This is a whole language (based on Ocaml), not a library, though. > > I can't get rmlc to work :-( Being in a cygwin environment possibly > doesn't help much, but it can't find rml_pervasives.rzi. There doesn't > seem to be a src package available either... > > Jonathan