Few things

BCS BCS at pathlink.com
Wed Aug 1 13:02:23 PDT 2007


Kirk McDonald wrote:
> 
> Personally, I almost always try to use selective imports in D:
> 
> import std.stdio : writefln;
> 
> But maybe that's my Python background. :-)
> 

interesting you should mention that, I have a program that uses 
selective imports exclusively for all foreign code. I'm doing this 
because I'm expecting to port to Tango at some point and want to limit 
the phobos dependencies.



More information about the Digitalmars-d mailing list