Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
> So Tcl is a programming language, but it is interpretted like a shell
> script, not compiled like C, right? And Tk makes GUIs, but does python or
> perl make GUIs?
It's interpretted but more like Python.. meaning that it compiles to byte
codes using a JIT and then the byte codes are ran.
> Is it easy to make GUIs in Tk? Is it easier to do it in python or perl?
Tk is better than a lot of GUI toolkits and has been around for a long
time and has bindings to most languages (including Perl and Python) but is
not as easy to work with or as good looking as wxWindows (another toolkit
also with bindings to many languages). If you are planning on writing a
GUI program I'd strongly advise at least looking at wxWindows based
solution before going with a Tk based solution. The one benefit to Tk is
that it is well documented given it's age and popularity.
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members