[PHP-EVANGELISM] Re: FUD filled MS comparison of PHP to ASP.NET

[email protected] (justin gruenberg) Wed, 29 Aug 2001 12:39:29 -0500
Newsgroups php.evangelism
Message-ID <[email protected]>
[email protected] wrote:

> ASP.NET lets you compare only within type. To compare values, you are
> forced to use additional code to change type.
>  
>
I'm being the devils advocate here, but wouldn't this be more efficient, 
anyway?  If you dont change the type yourself, the compilier/interperter 
will have to do it for you.  That sounds like it'd produce a slowdown 
(but maybe not significant for most apps?).