| Article: |
10 Reasons We Need Java 3.0 | |
| Subject: | more... | |
| Date: | 2002-08-05 08:28:33 | |
| From: | morbid | |
|
Response to: a bunch of amateur ideas...
|
||
|
- .class custom attributes should be accessible programmatically, via ClassLoader API; - covariant return types should be supported; - the language should support a proper notion of const-correctness; |
||
Showing messages 1 through 1 of 1.
-
Even more...
2002-08-06 05:31:22 styro [View]



I 'd like to add a few ...
- synchronous destructor/finalizer (in order to use powerful idioms such as allocate/lock-in-ctor, dealloc/unlock in destructor/finalizer). N. B. this does not have anything to do with GC and meory management, there are way more sresources to manage than memory
- replace String and StringBuffer with String and MutableString (both supporting + operator etc.)
- operator overleading (I want to define operators for my value types)
- Fast GUI (move event dispatch to native code)