There was also a project by Chris King to develop a GUI based on lablgtk in a Functional Reactive Programming style.

http://lambda-the-ultimate.org/node/1918

On Wed, Nov 24, 2010 at 4:57 PM, Hezekiah M. Carty <hcarty@atmos.umd.edu> wrote:
On Wed, Nov 24, 2010 at 4:47 AM, Martin DeMello <martindemello@gmail.com> wrote:
>
> I was surprised not to see much interest in GUI DSLs in OCaml.

It's not complete or a full-blown DSL, but I started a small Gtk-light
module a while ago.  I haven't had the time to complete it, but it
shouldn't be too difficult to modify for your needs:

http://0ok.org/cgit/cgit.cgi/gtk-light/

Here is a brief example (uses the "open Module in" syntax extension):

http://0ok.org/cgit/cgit.cgi/gtk-light/tree/basic_gui_test.ml

With OCaml 3.12 the "open Module in" could be replaced by the new "let
open Module in" or Module.(...) syntax.

Hez

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs