Re: "no variable or argument declarations are necessary."
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: "no variable or argument declarations are necessary."

From: Paul Rubin <//phr.cx@NOSPAM.invalid>
Date: Wed Oct 05 2005 - 10:04:59 CEST

Magnus Lycka <lycka@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?
Received on Sat Oct 15 04:09:30 2005