GCs in the news
eles via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 17 02:48:29 PDT 2014
On Thursday, 17 July 2014 at 09:26:38 UTC, Chris wrote:
> On Thursday, 17 July 2014 at 09:20:36 UTC, Russel Winder via
> Digitalmars-d wrote:
> That's good news in a way. If a big company accepts GC and the
> Go crowd go with it (pardon the pun), then it will find more
> acceptance (as Paulo pointed out in a different thread).
The same (ie: big companies with GC) holds for C# and Java. They
do not aim for the "systems programming language" mantra.
If D is another competitor for Java and C#...
(BTW, there are/will be .NET native and gcj).
More, in embedded systems (and, generally, in system
programming), having or no a GC is not only about speed. It is
also about the amount of memory that is used and about
predictability.
And let's not even talk about the finalizers/destructors and so
on.
Go went for servers, not for systems. Rename D to Vibe.D and
everything will fall in place.
More information about the Digitalmars-d
mailing list