Experimenting with std.all
Nick Sabalausky
a at a.a
Tue Jun 8 12:36:26 PDT 2010
"Andrei Alexandrescu" <SeeWebsiteForEmail at erdani.org> wrote in message
news:hum2v9$2cqs$1 at digitalmars.com...
> We're discussing adding the all-inclusive module std.all to Phobos. That
> should simplify scripting. My experiments indicate that the cost of
> parsing all of std.all is small in an empty program, but I haven't tested
> things with actual programs.
>
I think that's a great idea. I had a similar feeling about Tango a while
back and added the following module to my SemiTwist D Tools library
(although this doesn't try to include all of Tango, just things that would
be most useful for scripting):
http://www.dsource.org/projects/semitwist/browser/trunk/src/semitwist/cmd/all.d
More information about the Digitalmars-d
mailing list