Browse thread
Cross-platform "Hello, World" graphical application in OCaml
[
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: | 2005-02-23 (07:19) |
From: | Oliver Bandel <oliver@f...> |
Subject: | Re: [Caml-list] Cross-platform "Hello, World" graphical application in OCaml |
On Wed, Feb 23, 2005 at 12:30:18AM +0100, Daniel Bnzli wrote: [...] > However the big problem of these custom gui systems is the lack of > integration with the native gui system. [...] ...smells like functors.... ...using specialized API-bindings in certain modules and using them with functors inside a generic GUI-API (which should be very high-level and really platform independent). OCaml seems to me to be a very powerful tool in this respect, but not used in such a powerful way...?! Ciao, Oliver