> On Mon, May 07, 2007 at 11:34:55AM -0500, Jacob Yocom-Piatt wrote:
...
>> the applications in question are "click here, prints something in a text
>> box, etc" ones that are not very complex. a language that allows me to
>> generate GUIs quickly and securely would be nice.

Python and ruby are getting a lot of positive attention these days, so you
might look in that direction.  Java is now open source and has been used
for a while in teaching, so that's an option, too.

However, it's not so much the language as the tools (modules, libraries,
etc) available.

For those, I'd suggest looking at Qt
        http://www.trolltech.com/products/qt

It's available under a dual license.  It's available for C++.  If you look
around, you can also find APIs for python, perl, java and maybe even ruby.

Two other options in about the same category as Qt are GTK+ and wxWidgets:

  GTK+
        http://www.gtk.org/
  wxWidgets
        http://wxwidgets.org/

-Lars
Lars NoodC)n ([EMAIL PROTECTED])
         Ensure access to your data now and in the future
         http://opendocumentfellowship.org/about_us/contribute

Reply via email to