Path as an object in std.path

Jonathan M Davis jmdavisProg at gmx.com
Thu Jun 6 12:28:56 PDT 2013


On Thursday, June 06, 2013 14:38:41 Andrei Alexandrescu wrote:
> On 6/6/13 2:13 PM, Jonathan M Davis wrote:
> >> An example of a strong justification for a redo is, for example,
> >> conversion
> >> to use ranges. std.zip needs that treatment.
> > 
> > Agreed.
> 
> Key to success for Path: somehow get it on the ranges bandwagon :o).

LOL. Well, given that strings are _already_ ranges, that wouldn't help it 
anywhere near as much as it does with other cases of code breakage, since 
std.path is already quite range-ready.

- Jonathan M Davis


More information about the Digitalmars-d mailing list