[DRAFT] This Week in D - Jan 18
Ivan Timokhin via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 19 04:40:05 PST 2015
19.01.2015 04:42, Adam D. Ruppe пишет:
> Anyone like to do a quick proofread of the next edition of This Week in D?
>
> http://arsdnet.net/this-week-in-d/jan-18.html
>
> Do NOT post this publically yet - it is just a draft, I want to do the
> broad public release/announcement either later tonight or first thing
> tomorrow morning.
>
> Refresh it btw to get new CSS, I made a minor change on the link color,
> see if you like the plain better.
>
>
> Also btw this is static content served with pre-gzip. We should use that
> technique on the D site too!
> UFCS does not look at nested functions nor symbols from local imports:
??
> cat test.d
void main()
{
import std.stdio : writeln;
1.writeln;
}
> rdmd test.d
1
More information about the Digitalmars-d
mailing list