On Wed 10 Dec 2003 at 21:00:16, Ross Werner said: > Now I turn to you: what do you people > use to program GUIs? Java Swing? Gtk? Qt? Perl-Tcl/Tk? What would be the > easiest to learn?
What language(s) do you already know besides Java and PHP? Chances are, there are GTK bindings for that language. I've done GUI programming in GTK-perl and GTK-python, and both have been very, very nice to use. I recommend the latter if you already know Java; Python will be incredibly easy to learn since you're already familiar with OOP, and it's a very nice language to code in, especially since your code still makes sense 6 months later. -- Soren Harward [EMAIL PROTECTED] ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
