Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes! Now, only the small matter that more than 9/10 modules will break under python 3, but hey, at least now we have a finished Dive Into Python 3!


Nothing is stopping you from using Python 2.x. Writing a new version of a language is never intended to be backwards compatible. Indeed, breaking backwards compatibility is essentially a perquisite because a new version is the opportunity to add all the useful features that couldn't be added before.


That doesn't seem completely true. I could imagine default language syntax changing from one version to another, but still being modifiable via "from __future__ import ..." or "from __past__ import ...", respectively. Unless the bytecodes of the VM are incompatible (which is possible), there isn't any reason py26 code can't talk to py30 code...


So go port them!


Two types:

1) People worth paying attention to.

2) Whiny bitches.


I wasn't being sarcastic... I actually like this




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: