Sorry

BLS nanali at wanadoo.fr
Mon Oct 23 08:32:50 PDT 2006


Ary Manzana schrieb:

> D has associative arrays, which can behave like any Java Map. And it has 
> dynmic arrays, so you get lists. Arrays are in d, and strings also. So 
> what's the problem?

You simply can't compare Java Arrays with D arrays.  And yes : 
Associative arrays and dynamic arrays enables a lot but you can't build 
*every* advanced datastructure upon arrays.  To translate Java into *D* 
it will also *help a lot* to use the same interfaces (of course with a 
D-ish implementation)

Regarding Java Arrays,Strings and Collections I would like to suggest : 
Just ask Shawn about porting SWT to DWT. :-)
Thanks for your feedback
Björn



More information about the Digitalmars-d mailing list