Thinking about the importance of cross-implementation portabilityHere is a Python question I have been mulling over since a comment on a previous entry: does code portability across different Python implementations matter very much at the moment? My suspicion is that the answer is 'not really in practice', because I don't see much motivation for moving code between the different implementations:
(Also, right now if you are going to promise that your Python code is portable to other implementations, you probably need to explicitly test it in them. This may not be easy to do, although I am biased by working on Unix.) All of this makes me suspect that not very much code moving is really happening and thus portability is really not an issue right now for almost all Python programmers. (2 comments.)
|
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |