On 2007-10-09, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> Does scheme have a gui library?

Yes.  It had a far, far better Tk binding than Python.

  http://kaolin.unice.fr/STk/

I've used both for real-world applications, and STk was _miles_
ahead of tkinter.  It was a real, native binding to the Tk
library rather than something stuck together with TCL.  GUI
widgets were real Scheme objects that acted the way one
expected them to, rather than wrapped TCL objects.

However, Tk has been largely abandoned in favor of a native
GTK+ binding

  http://www.stklos.org/

-- 
Grant Edwards                   grante             Yow!  You should all JUMP
                                  at               UP AND DOWN for TWO HOURS
                               visi.com            while I decide on a NEW
                                                   CAREER!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to