On Sun, Nov 20, 2011 at 1:40 AM, Andrei Alexandrescu <span dir="ltr"><<a href="mailto:SeeWebsiteForEmail@erdani.org">SeeWebsiteForEmail@erdani.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thanks to all who provided feedback! I read again the entire thread, then made one more pass:<br>
<br>
<a href="http://d-programming-language.org/new/" target="_blank">http://d-programming-language.<u></u>org/new/</a><br>
<br>
I didn't make technical/aesthetic changes (JS/noJS, placement of news, links to secondary pages etc) so when providing additional feedback please focus on the core message.<br>
<br>
There are significant changes of content: some keywords are different, text is shorter, no more "community" section (probably it'll go on a different page).<br>
<br>
There's a prominent example at the top. I'm thinking to rotate that randomly, and pick examples out of an always-running contest.<br>
<br>
<br>
Thanks,<br>
<br>
Andrei<br>
</blockquote></div><br><div>Solid improvements.</div><div><br></div><div>In the first example shouldn't:</div><div>    auto x = min(arr[0], table["two"]);</div><div>be:</div><div><div>    auto x = min(arr[0], dictionary["two"]);</div>
</div><div><br></div><div>Regards,</div><div>Brad Anderson</div>