Why don't people like lisp?

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Sun Oct 26 04:32:01 EST 2003


On Sat, 25 Oct 2003 20:57:58 -0700, Tayss wrote:

> app   = wxPySimpleApp()
> frame = MainWindow(None, -1, "A window")
> frame.Show(True)
> app.MainLoop()
> 
> Here, I have to put each line in a magical order.  Deviate the
> slightest bit, the thing crashes hard.  It is hard to work with this
> order; wxPython inherited an old design (not wxPython's fault), and
> it's showing its age.
> 
> I'd fix it, but functions don't give me that power.

Why?

> I need to specify the order of execution,

What's the problem in specifying the order of execution in functions?

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/





More information about the Python-list mailing list