Why does Dynamic Typing really matter?!?

Andrew Koenig ark at research.att.com
Thu Feb 6 09:18:31 EST 2003


Jason> But what I want need is an solution to a problem that would not
Jason> be possible to replicate in a statically typed language...

Forget it -- the closest you're going to find will be a program
that is significantly more difficult in a statically typed
language than in a dynamically typed one.

After all, you can always write an interpreter for a dynamically
typed language in a statically typed language.

-- 
Andrew Koenig, ark at research.att.com, http://www.research.att.com/info/ark




More information about the Python-list mailing list