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: | Bünzli_Daniel <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] Re: GUI for OCaml |
Le 30 août 05 à 12:28, David MENTRE a écrit : > BTW, some research has been done one using functional style to program > GUI (in Haskell??). We should at least have a look on it. Some references are > fruit [1], based on functional reactive programming. > fudgets [2], based on lazy streams. For multiplatform developpement, an approach would be to have a conceptual model of user inter-face/action, i.e. no look, just feel. This model could then be interpreted (possibly with hints to adjust the look) with the tools provided by the different platform specific toolkits. A kind of front-end/back-end architecture. Easy to say... Daniel [1] <http://www.haskell.org/fruit/> [2] <http://www.cs.chalmers.se/ComputingScience/Research/Functional/ Fudgets/> <http://www.cs.chalmers.se/~hallgren/Thesis/top.html>