Make Python Compilable, convert to Python source to Go

Stefan Behnel stefan_ml at behnel.de
Mon May 26 03:18:20 EDT 2014


Ben Finney, 26.05.2014 05:20:
> bookaa bookaa writes:
>> Generally, people consider Python as a script language.
>> It has high development efficiency
>> but run too slowly
> 
> Which Python implementation are you talking about? Run time is not a
> property of the language. It is a property of the language
> implementation.

That, plus the fact that talking about a language or language
implementation "being slow" actually makes no sense at all without
referring to a specific piece of code or at least an application scenario
in which it is (provably) slow when compared to something (specific) else.

Stefan





More information about the Python-list mailing list