GUIs - A Modest Proposal
Gregory Ewing
greg.ewing at canterbury.ac.nz
Wed Jun 9 04:18:54 EDT 2010
Lie Ryan wrote:
> Much like regex a DSL for matching text, Tcl/Tk is pretty much a DSL for
> creating GUI
I can't see any things about the tcl language that make
it especially good for describing GUIs, and even if
there were such things, Tkinter pretty much hides the
existence of tcl completely, so you wouldn't get any
advantage from them in Python anyway.
(And BTW the DSL conventionally used to express regexps is
*horrible* for anything but the very simplest ones, IMO.)
--
Greg
More information about the Python-list
mailing list