Python compared to other language
Steve Holden
steve at holdenweb.com
Sat May 19 13:26:41 EDT 2007
walterbyrd wrote:
> On May 19, 7:23 am, Steve Holden <s... at holdenweb.com> wrote:
>
>> The reason you can do this with Python is precisely because the
>> developers have ironed out the wrinkles between platforms by putting the
>> requisite conditionals in the C source.
>
> But that is my point. With Python, the language itself takes care of
> the platform differences, so the same Python code will run on
> different platforms. I realize that, at a lower level, everything is
> done is C. But, from the developers point of view: developing code in
> C requires more attention to platform specifics, than does developing
> code in Python.
>
That I can agree with, but it isn't the same as "not portable". It
would have been better to say "more difficult to port".
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
------------------ Asciimercial ---------------------
Get on the web: Blog, lens and tag your way to fame!!
holdenweb.blogspot.com squidoo.com/pythonology
tagged items: del.icio.us/steve.holden/python
All these services currently offer free registration!
-------------- Thank You for Reading ----------------
More information about the Python-list
mailing list