"Andrei Alexandrescu" <[email protected]> wrote in message news:[email protected]... > 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
