[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: Rodrigo Ventura <nuron@isr.isr.ist.utl.pt>
- Date: Tue, 9 Sep 1997 18:56:27 +0200
- In-reply-to: sshteingold@cctrading.com's message of Fri, 5 Sep 97 23:49:30 +0200
- References: <9709058734.AA873492872@inet.stknhlg.com>
>>>>> "sshteingold" == sshteingold <sshteingold@cctrading.com> writes:
sshteingold> What about adding some (moderate) GUI to CLISP?
sshteingold> Like some sort of minimal stuff: open a window, write
sshteingold> some text there, ask user with
sshteingold> y-or-n-p/yes-or-no-p/read-line using a pop-up? (more
sshteingold> advanced stuff like menus would probably require much
sshteingold> more work though...) GCL uses TCL/TK, which requires
sshteingold> X. I wonder what the win32 people will have to be
sshteingold> content with.
Tcl/Tk does *not* require X! That's precisely what make tcl/tk
so wonderful. Tcl/tk code is 100% portable across mac, windows and
unix. It only requires X under UNIX. The tcl/tk is distribuited for
win32 as well as for unix. Official code from Sun.
Python uses Tk widgets for interface, using the Tkinter
module.
It would be really great to make CLISP support Tk
widgets. There is a wish-lisp package, but is too
primitive. Compability with gcl-tk would be even better.
Regards,
--
--
*** Rodrigo Martins de Matos Ventura, alias <Yoda>
*** nuron@isr.ist.utl.pt, http://www.isr.ist.utl.pt/~nuron
*** Instituto Superior Tecnico, Lisboa, Portugal
*** PGP Public Key available on my homepage
*** Key fingerprint = 0C 0A 25 58 46 CF 14 99 CF 9C AF 9E 10 02 BB 2A
- Follow-Ups:
- Re: GUI
- From: Alexey Goldin <goldin@spot.uchicago.edu>
- References:
- GUI
- From: sshteingold@cctrading.com