View Single Post
  #8 (permalink)  
Old 05-05-2008, 02:26 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 408
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default Re: Help me pick prgramming language for app

If you are looking at cross platform then be careful about what libraries are available. Wxwidgets is probably the best cross platform option for Python but it has it's issues.

Personally I might look towards something like JRuby so you can utilise the Java API. Swing isn't perfect but would be safer than Wxwidgets IMHO (of course you could also use SWT with anything that runs on the JVM which is similar to Wx but better).

There is a Python interpreter for the JVM (Jython) but I picked JRuby because Sun Microsystems have put a huge effort into making it work well with Java.
__________________
Currently bemused by: LLVM.
Reply With Quote