My thoughts & experiences with D so far, as a novice D coder

renoX renozyx at gmail.com
Thu Mar 28 10:33:28 PDT 2013


On Wednesday, 27 March 2013 at 16:04:49 UTC, bearophile wrote:
> Vidar Wahlberg:
[cut]
>> That static arrays are value types while dynamic arrays are 
>> reference types may not be obvious for those with primarily 
>> Java background.
>
> Java has a semantics more limited compared to a system language 
> as D/Rust. This is not easy to avoid.

Especially when keeping the poor C/C++ syntax for declaration 
instead of Pascal-style declaration syntax where you *name* the 
kind of array you're using!

*Sigh* and some still think that syntax doesn't matter..

renoX


More information about the Digitalmars-d mailing list