I'm interested in learning a programming language with support for GUI, multithreading and easy test manipulation (support for regex).
Mainly on Windows but preferably cross-platform. What does the Stack Overflow community suggest?
|
|
I'm interested in learning a programming language with support for GUI, multithreading and easy test manipulation (support for regex). Mainly on Windows but preferably cross-platform. What does the Stack Overflow community suggest? |
||||||
|
|
|
I would call Tcl/Tk a natural choice for the features you listed. But might be called old fashioned.
Its usually easy to learn and has some cool features, but you won't usually find a job with it. The Tcl'ers Wiki is a good starting point, other points of interest might be The tkdocs homepage or the official language page at www.tcl.tk |
||
|
|
|
|
If you really like typing go for Java, if you really like whitespace go for python, if you like programming more than you like high performance go for Ruby. Seriously, Java is very complete and very cross-platform. I don't know how Python adds up for GUI stuff but when I was looking at Ruby in detail a couple of years back it seemed a trifle complex ( or at least, nothing is hard to write in ruby but it didn't look easy to produce a nice, modern-looking UI ) but I much prefer what I can achieve with a scripting language in terms of lines of code compared with Java's painful verbosity. Erlang, which I see recommended above, I've never tried but it's a language I would be very interested to learn. Possibly well worth looking into if you're learning something new anyway, especially if multi-threading is important to you. |
||
|
|
|
|
If not you requirement of portable UI I would recommend you to use C#. It has more nice syntax then Java and generally less frustrating. But current state of UI on Windows and Linux is sad, unfortunately. |
||||||||||
|
|
|
My suggestion would be Java. You can do all of that and much more. |
||
|
|
|
|
I am a fan of Erlang:
Of course Python is really appropriate too! |
||
|
|