Browse thread
Re: [Caml-list] labltk for tk 8.4 BETA release
-
Jeffrey Loren Shaw
-
David Teller
-
Richard Jones
- David Teller
-
Richard Jones
-
David Teller
[
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: | David Teller <David.Teller@e...> |
| Subject: | Re: [Caml-list] labltk for tk 8.4 BETA release |
On Tue, 2007-05-15 at 09:08 +0100, Richard Jones wrote: > > I'm currently thinking about the best way to write the equivalent of > > JavaFX for OCaml : both the user-interface and the "new features" (e.g. > > list comprehension, SQL-ish selections from data structures, etc.). The > > user-interface part doesn't look too difficult. I'll start to work on > > it... well, if I ever get time. > > PG'OCaml does the SQL part: http://merjis.com/developers/pgocaml Actually, it doesn't. What I'm talking about is applying SELECT to a OCaml (or, in that case, Java) data structure, not to a SQL database. I'm not completely clear about the semantics of the primitive, but it does look interesting. Cheers, David