why did MIT drop scheme for python in intro to computing?

gnuist006 at gmail.com gnuist006 at gmail.com
Tue Oct 9 00:38:47 EDT 2007


On Oct 8, 9:04 pm, Grant Edwards <gra... at visi.com> wrote:
> On 2007-10-09, gnuist... at hotmail.com <gnuist... at hotmail.com> 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!!

Comparing apples with apples, how do you compare the scheme
gui library with wxpython ? Isnt it better than Tkinter ?




More information about the Python-list mailing list