Slashdot Mirror


Python 2.2 Released

742Evergreen writes: "Another Christmas present for the developers: Python 2.2 has been released! A 'What's new' can be found here. Python 2.2 can be found here. Documentation is here."

2 of 19 comments (clear)

  1. Too late by PurpleBob · · Score: 2

    Normally I'd be excited that Python had a new release with lots of new features... but no longer. Ruby has stolen my heart.

    --
    Win dain a lotica, en vai tu ri silota
  2. Re:A language with even more class features by Waffle+Iron · · Score: 2
    It seems to me that its too easy to make a mistake when your projects get large.

    Let it go, man. Go ahead and make the mistake. Run your program. It will show you a stack frame dump and you'll have the problem fixed in 15 seconds. Life's too short obsess over parameter types.

    Python, Perl, Ruby, etc. have huge library collections that are easier to use and understand than most of those from strongly typed languages. Lack of strong typing is not holding them back. (You won't find many unchecked buffers, either.)