Esam Qanadeely wrote:
who cares if a language is compiled or interpreted as long as it runs
and perform the function.

second thing is : even if java is faster than python , unless you are
making performance critical operations : who cares? computers are
getting faster all the time and languages like python or ruby are fast
enough.

any comment ?
I like to second that, if performance is *that* important you wouldn't go with Java either, you be better of with C or even assembly. Doesn't mean you should write everything in C, just the parts that are performance critical, preferably with a 'slow' fall back if there isn't an optimized routine available yet for a specific platform.

--
MPH
http://blog.dcuktec.com
'If consumed, best digested with added seasoning to own preference.'
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to