Linked by Thom Holwerda on Tue 26th Feb 2008 15:08 UTC, submitted by masalinger
Thread beginning with comment 302536
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
I would use Boo
http://boo.codehaus.org/






Member since:
2008-02-22
Nicely stated. That cracked me up. But couldn't the same be said about Java? You can write a simple note-taking application with it but something like Python or C with GTK toolkit would be a faster and slimmer route. I like to use Java for server side code but using it for GUI work is awkward. The apps just never perform the same as native GTK.
Indeed the same could be said about Java.
One problem with writing apps in Python is that they typically use more memory and are slower than the same apps written in C#.
I will give you this tho... C# isn't as much of a step in the RAD direction as Python is... Dare I say that IronPython is the best of both worlds? Faster runtime and faster development time ;-)