| Weblog: | Mono goes beta | |
| Subject: | python is strongly typed/eaiser at catching errors | |
| Date: | 2004-05-06 09:53:26 | |
| From: | pyguy | |
|
Python is strongly typed, it just pushes type checking to the last possible second.
|
||
Showing messages 1 through 2 of 2.
-
python is strongly typed/eaiser at catching errors
2004-05-06 10:00:12 Edd Dumbill |
[Reply | View]
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.
| Showing messages 1 through 2 of 2. |




http://www.artima.com/intv/strongweak.html
I find the collections example at the end of the first page, prety good.