DIP80: phobos additions

John Chapman via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 10 02:12:15 PDT 2015


On Wednesday, 10 June 2015 at 07:56:46 UTC, John Chapman wrote:
> It's a shame ucent/cent never got implemented. But couldn't 
> they be added to Phobos? I often need a 128-bit type with 
> better precision than float and double.

Other things I often have a need for:

Weak references
Queues, stacks, sets
Logging
Custom date/time formatting
Locale-aware number/currency formatting
HMAC (for OAuth)
URI parsing
Sending email (SMTP)
Continuations for std.parallelism.Task
Database connectivity (sounds like this is on the cards)
HTTP listener


More information about the Digitalmars-d mailing list