On Thursday, November 06, 2014 00:16:48 Mike via Digitalmars-d-learn wrote: > In that case, a better question is "Why use the standard C > implementation if we have working D code?".
Less to maintain. Also, there's less risk of inconsistency with what C is doing. And it's low level stuff anyway where it doesn't really buy us much to implement it ourselves rather than just hooking into the existing C API. - Jonathan M Davis
