targeted | 9 years ago | on: A bug in GCC that may cause memory leaks in valid C++ programs
targeted's comments
targeted | 14 years ago | on: Contract based programming (Python)
In Python 3 a similar thing looks better with the use of "function annotations": http://code.activestate.com/recipes/572161/
There also are a few modules out there that implement design-by-contract's pre-/post-conditions for class instances, for example http://code.activestate.com/recipes/436834/
page 1
Sad to know that after all that time compilers still can't get even the core semantics right.