[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GUI
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: GUI
- From: Bruno Haible <haible@ilog.fr>
- Date: Wed, 10 Sep 1997 01:26:20 +0200 (MET DST)
- >received: from halles.ilog.fr (halles.ilog.fr [172.16.1.96]) by ilog.ilog.fr (8.8.7/8.7.3) with ESMTP id BAA04152; Wed, 10 Sep 1997 01:26:24 +0200 (MET DST)
- In-reply-to: <m1wwkq1hvi.fsf@spot.uchicago.edu>
- References: <m1wwkq1hvi.fsf@spot.uchicago.edu>
Alexey Goldin <goldin@spot.uchicago.edu> wrote:
> What is wrong with X only interface anyway?
In the beginning, CLISP's lower half was written in m68000 assembly language.
Therefore it was limited to Atari platforms. Do you agree that this was wrong?
Sam and Rodrigo drew the discussion towards cross-platform GUI toolkits.
If we restrict ourselves to free/non-commercial toolkits with availability
on X11 (sans Motif) and Win32, we have the following options, according to
http://www.geocities.com/SiliconValley/Vista/7184/guitool.html .
Garnet
+: Advanced OO design
+: Many widgets
+: Written in Lisp
-: Windows port missing
Amulet
+: Advanced OO design
+: Many widgets
-: Lisp binding missing
Fresco
+: OO design
-: Looks more like a research project
Tk (also look at STk)
+: Easy to use
+: Scheme and Python bindings already exist
?: Can you really get rid of Tcl?
V
+: Aesthetically nice
-: no OO design
-: Very buggy
WxWindows
+: Scheme and Python bindings already exist
?
ZPA
?
Can anyone comment on these packages, or on my comments?
Bruno
- Follow-Ups:
- Re: GUI
- From: Rodrigo Ventura <nuron@isr.isr.ist.utl.pt>
- Re: GUI
- From: Holger.Schauer@gmd.de (Holger Schauer)
- Re: GUI
- From: Pierpaolo Bernardi <bernardp@CLI.DI.Unipi.IT>
- Re: GUI
- From: Joerg.Hoehle@gmd.de (Jorg-Cyril Hohle)
- References:
- Re: GUI
- From: Alexey Goldin <goldin@spot.uchicago.edu>