Malcolm V wrote:

>   The true evil is overloading. Dynamic typing allows operator
> overloading which makes things really hard for anyone to parse correctly.

Err, sorry, C++ is *not* dynamically typed, but it does allow 
operator overloading. My blog entry does have links to definitions 
of static and dynamic typing.

Funnily enough, the C++ standard library is guilty of one of the
most heinous overloading crimes ever, the overloading of the left
and right shift operators for use with streams. Nasty stuff.

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo
+-----------------------------------------------------------+
C++: The power, elegance and simplicity of a hand grenade.
_______________________________________________
coders mailing list
coders@slug.org.au
http://lists.slug.org.au/listinfo/coders

Reply via email to