From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id C81D4BC0A for ; Thu, 21 Dec 2006 09:31:29 +0100 (CET) Received: from [128.93.8.138] (cinzano.inria.fr [128.93.8.138]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id kBL8VTH7008517 for ; Thu, 21 Dec 2006 09:31:29 +0100 Message-ID: <458A4661.1000800@inria.fr> Date: Thu, 21 Dec 2006 09:31:29 +0100 From: Louis Mandel User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060926 Debian/1.7.8-1sarge7.3.1 X-Accept-Language: en MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: Re: Functional Reactive GUI for O'Caml Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Miltered: at discorde with ID 458A4661.002 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; o'caml:01 synchrone:01 model:01 lri:01 pouzet:01 o'caml:01 ocaml:01 cygwin:01 pervasives:01 wrote:01 wrote:01 functional:02 functional:02 programming:03 languages:03 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 wrote: > > Hello, > > Le mer 20 déc 2006 10:38:22 CET, > > "Chris King" 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