Why Phobos is cool

Jordan Wilson wilsonjord at gmail.com
Fri Jun 26 03:02:20 UTC 2020


On Wednesday, 24 June 2020 at 21:37:37 UTC, H. S. Teoh wrote:
> Phobos sometimes gets a bad name around these parts, but 
> actually it's pretty cool (in spite of well-known warts).  One 
> of the cool things about it is the batteries-included 
> philosophy that used to be its guiding principle.  Over the 
> course of my usage of D, the following have stood out as being 
> particularly convenient when I needed it:
>
> [...]

I don't think I'm a good enough programmer to know that Phobos is 
bad.
import std.stdio;
import std.algorithm;
import std.range;
import std.conv : to;

and I'm a happy man!

Jordan


More information about the Digitalmars-d mailing list