k***r 发帖数: 4260 | |
b******y 发帖数: 9224 | 2 Generic or not, I like the simplicity of C programming language. I wish java
could keep its simplicity and efficiency. Not to make some feature
complicated just for the sake of language evolution... |
k***r 发帖数: 4260 | 3 I find it mostly driven by the dynamic languages which offer much more
powerful features in the languages themselves. So it's more like a dilemma
for Java, which is in a similar situation as C++ was at some point. It is an
old language and doesn't have the built-in dynamic features. If it adds
them, they don't really get along well with the original definition of the
language. If it doesn't add the features, it's considered out of date and
low productivity. |
F****n 发帖数: 3271 | 4 Generics is never a dynamic feature (even in C++).
On the other hand, Java is a dynamic language by nature because of
reflection.
an
【在 k***r 的大作中提到】 : I find it mostly driven by the dynamic languages which offer much more : powerful features in the languages themselves. So it's more like a dilemma : for Java, which is in a similar situation as C++ was at some point. It is an : old language and doesn't have the built-in dynamic features. If it adds : them, they don't really get along well with the original definition of the : language. If it doesn't add the features, it's considered out of date and : low productivity.
|
k***r 发帖数: 4260 | 5 Good point. The dynamic feature is hidden too well, though :) |