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: | Pietro Abate <Pietro.Abate@a...> |
| Subject: | Re: [Caml-list] Re: GUI for OCaml |
On Tue, Aug 30, 2005 at 10:22:56AM -0400, Jacques Carette wrote: > What about re-using the work from Mozilla - I mean Gecko and XUL. See > the links on http://www.mozilla.org/projects/. It should be relatively > simple to create a human-friendly syntax for it, so I don't think that > XML is a real issue. Using XUL with ocaml would be great... they are working on building everything (firefox, thunderbird and friends) on the top of xmlrunner, that is a multi platform library to display xul widgets. The big problem is that at the moment you can write 'actions' (DCOM objects ??) only in javascript and c++, and there is a project to implement a python backend. javascript and c++ are a pain to use. the python backend is still in a preliminary stage of development (I think). It would be fantastic to have ocaml bindings (don't look at me :) )... Hand writing gui, in my opinion, is something of the past. Using, for example glade + code generator or XUL is the way to go. :) p -- ++ Blog: http://blog.rsise.anu.edu.au/?q=pietro ++ ++ "All great truths begin as blasphemies." -George Bernard Shaw ++ Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html