Browse thread
Does LablTk have a future?
[
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: | mmzeeman <mmzeeman@x...> |
| Subject: | Re: GUI for OCaml (was: Re: [Caml-list] Does LablTk have a future?) |
> It is a huge task. I'm not even sure what a "functional" API for a > GUI toolkit would look like. Ideas? Example code snippets? > The Clean programming language seems to have a nice functional GUI api (http://www.cs.ru.nl/~clean/index.html). Personnaly I like the Qt api. I think it should be possible to create/generate c++ to ocaml-objects wrappers so you could create Qt GUIs with ocaml. Regards, Maas