On Thursday, 24 May 2018 at 18:07:53 UTC, Patrick Schluter wrote:
On Wednesday, 23 May 2018 at 01:33:19 UTC, Mike Franklin wrote:
On Tuesday, 22 May 2018 at 16:27:05 UTC, Eduard Staniloiu wrote:

Let the brainstorming begin!

I would like to see a dependency-less Phobos-like library that can be used by the DMD compiler, druntime, -betterC, and other runtime-less/phobos-less use cases. It would have no dependencies whatsoever.


As a contrived illustration, take a look at the code in https://github.com/dlang/druntime/blob/master/src/core/internal/string.d Those same features are also in Phobos.

OT, numberDigits enters an infinite loop if radix == 1.

and crashes for radix == 0

Reply via email to