Website message overhaul
Andrea Fontana
advmail at katamail.com
Mon Nov 14 02:03:48 PST 2011
Ok, but check this:
for( unsigned int i = 0; i < arr.size(); ++i) arr[i] = 10;
vs
arr[] = 10;
or
arr[0..1] = arr2[2..3];
This examples (about arrays) are (almost) self-explanatory and very
impressive for a c/c++ coder.
Same goes for strings, CTFE, parallelism, etc...
Il giorno lun, 14/11/2011 alle 10.45 +0100, Timon Gehr ha scritto:
> On 11/14/2011 10:37 AM, Andrea Fontana wrote:
> > I think most of programmers has an analytical mind.
>
> I agree.
>
> > So IMHO a comparison
> > chart (with others programming languages) of features / benchmark /
> > "how-tos" will work better than a page filled of words.
> >
>
> I think this is a valid proposal, but an analytical mind is usually able
> to do comparisons with other known languages itself. There should maybe
> be a link to some benchmarks where the text says that D compiles to fast
> native code though.
>
> I think the page should at least assume that the reader has some
> interest in informing himself about the language. It should just make
> that easy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20111114/889cd1ae/attachment-0001.html>
More information about the Digitalmars-d
mailing list