Where will D sit in the web service space?

Brian Rogoff via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 15 07:29:06 PDT 2015


On Wednesday, 15 July 2015 at 06:57:36 UTC, Sebastiaan Koppe 
wrote:
> I don't think people care as much about the other stuff (gc, 
> etc).

I think a lot of people do care about GC, and the D story there 
(problematic conservative GC used in libraries, with exceptions, 
etc.) is worse than the Go story (precise, concurrent, low 
latency GC with improvements planned) or the Rust story (no GC, 
like C++ but much safer).

There was some noise about a precise GC for D two years ago, with 
one poster claiming he'd write one over a summer, but nothing 
happened. Then the Higgs author posted her problems with GC here 
http://pointersgonewild.com/2014/09/09/ds-garbage-collector-problem/ and there is still this perception in the world that GC is a problem with D.




More information about the Digitalmars-d mailing list