[TriLUG] C# and .NET
Andrew C. Oliver
acoliver at apache.org
Mon Jul 1 16:22:09 EDT 2002
Ed Hill wrote:
>On Mon, 2002-07-01 at 12:36, Tanner Lovelace wrote:
>
>
>>paradigm. Granted, the object oriented paradigm is extremely
>>powerful, but there are times when it is the wrong tool for the
>>job. In those cases (which crop up far more often than you
>>would think), I prefer a language that allows me to use a
>>different paradigm. The reason I like C++ so much is that
>>it, uniquely from any other language out there that I know
>>about, is a true multi-paradigm language. You want to do
>>object oriented stuff, no problem. You want generic
>>programming? Sure, we do that. You want functional?
>>
>>
>
>Hi Tanner,
>
>I agree with the *vast* majority of what you're saying. I like Java
>almost solely because of WORA.
>
>I like the STL and templates. I use them a *lot* in my C++. Have you
>seen java-generics? Supposedly, its going to be incorporated into the
>Java 1.5 spec...
>
>
>
Understand Java Generics: They aren't as powerful as C++ templates, in
fact the Java Generics spec in my
opinion is a waste of time. Its "compile-time" generics, meaning a
bunch of those MyClass$1.class files for
everything you genericise. Secondly, there will NOT be support for
primitive types.
So generics will be *strictly* syntax candy.
>
>
>YES! Absolutely! Control (that is, the software developers' and users'
>*loss* and MS's gain) is the most important aspect of .NET.
>
>Ed
>
>
>
More information about the TriLUG
mailing list