Roderick said:
> Tcl is a scripting language, on one side like scripting languages
> (sh, perl), on the other side like LISP. It is meager, with a clear
> concept and very easy to learn. Tk is the GUI Toolkit.

FWIW Tk is really simple enough that you don't need any GUI designer
application.  It is native to TCL, and it can be used just as easily
from python via Tkinter, which is part of python's standard library.

-- 
Dmitrij D. Czarkoff

Reply via email to