without an e

the lython stirs [01/04/2007 07:43:32]

(import wx)
(class LythonApp (wx.App)
"a python heresy"
(def OnInit (self)
(:= self.frame
(wx.Frame None
(:= title "hello, world")))
(self.frame.Show)
True))

(if (= __name__ "__main__")
(: (:= app (LythonApp))
(app.MainLoop)))

Post a comment:
name: (shows up on site)
link: (shows up on site)
mail: (for michal only)
no html allowed yet. sorry: