Re: I like C# but...
He may not know it, but Gary Short really wants dynamic typing. Just look at how C# makes him lie to the compiler....
He may not know it, but Gary Short really wants dynamic typing. Just look at how C# makes him lie to the compiler....
Comments
lie to the compiler... Not
[Isaac Gouy] April 27, 2004 17:04:09.139
Where's the lie? We've declared variable 'retVal' to be of type 'uint'. If we want to assign a value to 'retVal' we must be able to convert it to type 'uint'. Where's the lie?
Re: Re: I like C# but...
[James Robertson] April 27, 2004 19:44:00.377
Comment on Re: I like C# but... by James Robertson
Ok, "lie" is wrong. It would have been better to say that we have to yell at the compiler :)
Protesting too much
[Isaac Gouy] April 27, 2004 19:53:34.256
We might think that static-type checking is 'a bad thing' and still understand when the implementation is doing the right thing given that it is a statically-checked language.
(It would help to have some hints about how to format comments on the blogComment page - or a preview.)
Didn't want dynamic checking
[Isaac Gouy] April 30, 2004 12:32:38.848
Seems like he wanted const but was using enum.