Magnus Lycka <[EMAIL PROTECTED]> writes:
> It seems you've missed the entire point of using a dynamically
> typed language. It's not just about saving typing time and making
> your methods take up fewer lines of code. It's about writing generic
> code. Just look at C++ with all that mess with complex templates,
> silly casting and dangerous void pointers etc that are needed to
> achieve a fraction of the genericity that Python provides with no
> effort from the programmer.

So where are the complex templates and dangerous void pointers in ML?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to