From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 53849BB83 for ; Thu, 20 Jul 2006 19:52:21 +0200 (CEST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k6KHqKOC016494 for ; Thu, 20 Jul 2006 19:52:20 +0200 Received: by py-out-1112.google.com with SMTP id i49so778415pyi for ; Thu, 20 Jul 2006 10:52:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s8SAUfSdBBdtMYNnF7QMo0SH1hsx+2U3cBhMzhVsNqLrGD4IzH9/i5XTMyes5t9lODgZuoOiEvdbLO+SM2ajsvwA0NKWCDBnCU4RfBb0O7NLQ/M8z8/3W86zW8oFr0D9yNXSrqpNSRwpu5vpCdONQkDm4hngLEuGKDqjWPRKOGY= Received: by 10.35.105.18 with SMTP id h18mr1460698pym; Thu, 20 Jul 2006 10:52:19 -0700 (PDT) Received: by 10.35.132.18 with HTTP; Thu, 20 Jul 2006 10:52:19 -0700 (PDT) Message-ID: <875c7e070607201052k49c69f16pcdb87c046749ea11@mail.gmail.com> Date: Thu, 20 Jul 2006 13:52:19 -0400 From: "Chris King" To: "Paul Snively" Subject: Re: [Caml-list] Cocoa bindings (again) Cc: "Joel Reymont" , caml-list In-Reply-To: <5A0AA3B4-3ECE-43D5-BBFF-147867A585E1@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <304169FE-8DD8-4765-9AF1-A943C5293EEB@gmail.com> <5A0AA3B4-3ECE-43D5-BBFF-147867A585E1@mac.com> X-j-chkmail-Score: MSGID : 44BFC2D4.000 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 44BFC2D4.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; bindings:01 o'caml:01 haskell:01 fwiw:01 scheme's:01 o'caml:01 ocaml-win:01 wwwfun:01 lablgtk:01 bindings:01 lablgtk:01 cocoa:98 cocoa:98 wrote:01 sourceforge:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP autolearn=disabled version=3.0.3 On 7/20/06, Paul Snively wrote: > 4) It's worth writing an FRP system for O'Caml a la Yampa for Haskell. FWIW The past couple weeks I've been working on an FRP system modeled after PLT Scheme's FrTime for O'Caml. I hope to release a preliminary version in a week or so. > 5) It's worth using said FRP system in conjunction with perhaps > , http://wwwfun.kurims.kyoto- > u.ac.jp/soft/lsl/lablgtk.html, and our Cocoa bindings to create a > truly cross-platform GUI environment for O'Caml. This is my idea also. Along with the FRP core I've been developing a simple set of GUI widgets based on lablgtk2 that integrate with it (with the the intent of also writing Cocoa and Win32 bindings).