Doesn't GC, @nogc, safe, nothrown, * get in the way of getting things done?

Dukc ajieskola at gmail.com
Fri Jun 12 03:33:07 UTC 2020


On Thursday, 11 June 2020 at 15:13:39 UTC, H. S. Teoh wrote:
>> Phobos is a mix of several models which sometimes fight 
>> against each other.  And this never gets solved cus its 
>> impossible.
>
> Any specific examples?  In general, I find Phobos quite 
> pleasant. (Other than some obsolete modules that I tend to 
> avoid anyway.) Where's this "mix of several models which 
> sometimes fight against each other"?
>

I believe he means name clashes, for example, 
`std.algorithm.copy` and `std.file.copy`. Fortunately this is 
relatively easy to avoid with D:s powerful imports. IMO it only 
gets annoying if one is importing too aggressively anyway (I had 
that habit before).




More information about the Digitalmars-d mailing list