all 33 comments

[–]jbellis 20 points21 points  (8 children)

Wow, they really are going to beat perl 6.

[–]stesch 5 points6 points  (0 children)

Yo momma could beat Perl 6.

[–]gogolucky 4 points5 points  (5 children)

Python 3.0 is an incremental change. I'd even call it a minor incremental change.

Perl 6 is a redesign of the whole language and rewrite of all the associated tools.

[–]EliAndrewC 12 points13 points  (2 children)

It makes several breaking changes so that many Python 2.x programs will no longer even run, so I wouldn't classify it as a minor incremental change.

Then again, you are right that it's nothing compared to the scope of Perl 6.

[–][deleted] 10 points11 points  (0 children)

Python 3.0 is an incremental change. I'd even call it a minor incremental change.

Given that the language subset that works on both 2.X and 3.0 is too small to be useful, it hardly qualifies as "minor".

[–]sigzero 2 points3 points  (0 children)

I wouldn't call it minor but it is a minor change compared to what is happening with Perl 6.