"no variable or argument declarations are necessary."

Paul Rubin http
Wed Oct 5 04:04:59 EDT 2005


Magnus Lycka <lycka at carmen.se> 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?



More information about the Python-list mailing list