Implementing Half Floats in D

Peter Sommerfeld noreply at rubrica.at
Sat Feb 2 12:30:18 PST 2013


Joseph Rushton Wakeling <joseph.wakeling at webdrake.net> wrote:

> No, I don't like the typical C/C++ library situation -- that's
> why I'd like to see as much functionality as possible in a well-designed  
> and supported standard library implementation.

As d-newcomer I want to support this! A large standard library
is an  attractive  argument for the language because it makes
sure that its features will be supported as the language evolves.

Its organization is currently rather confusing and I suggest
to seriously think about a deeper nested structure like it has
been suggested for std.numeric: std.numeric.~, std.concurrent.~,
std.io.~ etc. The pain of transformation is once, to keep it,
it is recurring.

Peter


More information about the Digitalmars-d mailing list