Beta 2.079.0
    Aurélien Plazzotta 
    myemail at youknow.com
       
    Fri Feb 23 16:03:56 UTC 2018
    
    
  
On Friday, 23 February 2018 at 02:20:41 UTC, psychotyicRabbit 
wrote:
> On Friday, 23 February 2018 at 01:57:37 UTC, Martin Nowak wrote:
>> On Thursday, 22 February 2018 at 11:15:35 UTC, psychoticRabbit 
>> wrote:
>>> import std.rabbit [food, water], std.house, std.family 
>>> [carer];
>>
>
> Also, D is pretty good a depracating stuff, so why not 
> deprecate the current way of imports, and gradually move to 
> something (that resolves issues):
>
> import std.stdio, std.whatever[this, that], std.somethingelse, 
> std.grr[wtf];
Perhaps, we could use Backus-Naur notation, as it is already 
widely known into formal documents all over the globe, like the 
following:
import std.stdio, std.whatever{this, that}, std.somethingelse, 
std.grr{wtf};
That is with curly brackets instead of square brackets like you 
suggest :)
    
    
More information about the Digitalmars-d-announce
mailing list