Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #25573
| Date | 2011-02-06 15:23 -0500 |
|---|---|
| From | Arne Vajhøj <arne@vajhoej.dk> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Java vs C++ |
| References | <iijbfr$pb2$1@lust.ihug.co.nz> <MPG.27b75a6e94bcbb39989e33@news.t-com.hr> <iijfh1$rk1$1@lust.ihug.co.nz> <4d4d6002$0$23763$14726298@news.sunsite.dk> <iil0sa$niu$3@lust.ihug.co.nz> |
| Message-ID | <4d4f034f$0$23753$14726298@news.sunsite.dk> (permalink) |
| Organization | SunSITE.dk - Supporting Open source |
On 05-02-2011 21:26, Lawrence D'Oliveiro wrote: > In message<4d4d6002$0$23763$14726298@news.sunsite.dk>, Arne Vajhøj wrote: >> On 05-02-2011 07:24, Lawrence D'Oliveiro wrote: >>> In message<MPG.27b75a6e94bcbb39989e33@news.t-com.hr>, Pitch wrote: >>> >>>> I have always missed generics concept in languages that did not have it, >>>> and I had never worked in C++. :)) >>> >>> Try Python. Has no generics, and doesn’t need them. >> >> Generics are not particular useful in dynamic typed >> languages. >> >> But since Java is static typed, then not so relevant >> for Java. > > Java starts out with static typing, then devotes an awful lot of effort to > wiggling its way out of that. Look at “unchecked conversions”, for example. > > Wouldn’t it be simpler not to pretend in the first place? ???? I think unchecked conversion is a static typed features as well. Arne
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
Re: Java vs C++ Arne Vajhøj <arne@vajhoej.dk> - 2011-02-05 09:34 -0500 Re: Java vs C++ Arne Vajhøj <arne@vajhoej.dk> - 2011-02-06 15:23 -0500
csiph-web