std.string and std.algorithm: what to do?

Michiel Helvensteijn m.helvensteijn.remove at gmail.com
Thu May 14 13:38:29 PDT 2009


Lutger wrote:

> It has it's advantages, but misses the simplicity of matching symbols to
> the filesystem. You will also become more and more reliant on
> (specialized) tools with these kinds of systems, like .NET.

I believe most filesystems are ready for this. You could probably match the
tags to the filesystem if libraries install symbolic links. The library
itself could have a hard link to the files (own the files) and the tag
directories could have symbolic links.

I haven't worked it out exactly, but it could be quite elegant.

-- 
Michiel Helvensteijn




More information about the Digitalmars-d mailing list