The Death of D. (Was Tango vs Phobos)
Walter Bright
newshound1 at digitalmars.com
Thu Aug 14 23:10:44 PDT 2008
Jarrett Billingsley wrote:
> By this I mean that
> even if you _could_ import modules from both phobos and tango, it would be
> next to impossible to use them together. They each have their own types,
> functions etc. for anything more complex than string manipulations and math
> (and even there they differ). You can't use a std.stream.Stream and a
> tango.io.Conduit together. You use one or the other. Hence, nothing has
> been solved.
I don't think anyone expects to mix up Stream and Conduit. But they
should be able to mix up tango.io.Conduit with std.algorithm.
More information about the Digitalmars-d
mailing list