Thoughts about std.experimental.all?

Seb seb at wilzba.ch
Fri Mar 1 18:18:29 UTC 2019


On Friday, 1 March 2019 at 18:15:01 UTC, Bastiaan Veelo wrote:
> On Thursday, 28 February 2019 at 10:58:39 UTC, Dukc wrote:
>> For those who don't know, std.experintal.all is a module that, 
>> when imported, effectively imports almost all std modules.
>
> Without your description (or the docs) I would have assumed 
> std.experimental.all only to import everything under 
> std.experimental.
>
> Of all the things that have gone into std.experimental, I am 
> unaware of anything ever coming out of it again. IMO, the 
> concept of std.experimental is flawed without some sort of 
> policy for how long a module can stay experimental.
>
> So if this is a poll for promotion of std.experimental.all to 
> std.all, you have my +1.

It would just be `import std` ;-)
That was my goal all along when I pushed for and created 
std.experimental.all.


More information about the Digitalmars-d mailing list