<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
Ok, but check this:<BR>
<BR>
for( unsigned int i = 0; i < arr.size(); ++i) arr[i] = 10;   <BR>
vs  <BR>
arr[] = 10;<BR>
<BR>
or<BR>
<BR>
arr[0..1] = arr2[2..3];  <BR>
<BR>
This examples (about arrays) are (almost) self-explanatory and very impressive for a c/c++ coder. <BR>
<BR>
Same goes for strings, CTFE, parallelism, etc...<BR>
<BR>
<BR>
Il giorno lun, 14/11/2011 alle 10.45 +0100, Timon Gehr ha scritto:
<BLOCKQUOTE TYPE=CITE>
<PRE>
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.
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>