Browse thread
Cocoa bindings (again)
[
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: | Chris King <colanderman@g...> |
| Subject: | Re: [Caml-list] Cocoa bindings (again) |
On 7/20/06, Paul Snively <psnively@mac.com> 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://ocaml-win32.sourceforge.net>, 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).