advertisement

Weblog:   Mono goes beta
Subject:   python is strongly typed/eaiser at catching errors
Date:   2004-05-06 10:00:12
From:   Edd Dumbill
Response to: python is strongly typed/eaiser at catching errors

First, I was stupid in not saying statically typed when that is what I meant.


Secondly, I don't doubt Python is faster than C++ to write. From my experience, I find that Python and C# are about the same speed.


And yes, I understand that type matching doesn't guarantee correctness, but it does help catch some stupid errors earlier on. I'm all in favor of tests.


We're in agreement I think. I'm looking forward to the promised Python implementation using the common runtime.