This Week in D 16: microcontroller, andoid, std.allocator, lazy import trick
ezneh via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon May 11 00:38:53 PDT 2015
On Monday, 11 May 2015 at 03:09:53 UTC, Adam D. Ruppe wrote:
> http://arsdnet.net/this-week-in-d/may-10.html
> https://twitter.com/adamdruppe/status/597598994227924992
>
> The tip could probably use a rewrite in editing, but I'm out of
> time again tonight and I hope I got the point across anyway. As
> someone who really likes distributing single-file libraries
> when possible, the lazy import has given me some cool interop
> things without compromising my preferred distribution strategy.
There is a typo in the tip section :
" […], so they don't need to now it is a template, […]". now
should be know.
Also, I am not sure this part is well constructed too :
"[…] Be careful to test actually calling these functions […]".
More information about the Digitalmars-d-announce
mailing list