To view parent comment, click here.
To read all comments associated with this story, please click here.
I've heard a lot of people say that, but nobody seems to back the statement up? Why is Python inelligible for large scale software development?
All three languages are VM based. All three languages supported garbage collection. All three languages support OO paradigms, supposedly good for large scale development. Python goes even one step further by being multi-paradigm and liberal.
The only major difference between Python and the other VM based languages you mentioned is that Python is dynamically typed. And many developers even consider this to be a productivity boost or advantage over Java or Mono(C#).
So what makes Java/Mono better than Python for larger, more complicated applications? Is this a conclusion reached based on your experience?






Member since:
2005-06-29
Isn't Python already part of GNOME? My experience with Mono and Mono applications has not been rosey. I don't think Mono is as stable as Python for desktop application development. But perhaps my experience is skewed.