Why aren't you using D at work?

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Fri May 29 02:22:55 PDT 2015


On Thursday, 28 May 2015 at 20:22:44 UTC, rumbu wrote:
> - lack of a decimal data type - you cannot perform monetary 
> calculation using floating point.

http://dlang.org/phobos/std_bigint.html?

> - lack of a chinese or japanese calendar in the std.datetime 
> module;
> - missing of overflow checks for integral data types;

http://dlang.org/phobos/core_checkedint.html


More information about the Digitalmars-d mailing list