Gary Willoughby: "Why Go's design is a disservice to intelligent programmers"
Walter Bright via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Mar 26 23:52:18 PDT 2015
On 3/26/2015 11:40 PM, "Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?=
<ola.fosheim.grostad+dlang at gmail.com>" wrote:
> Go can move stacks and extend them.
That has no value on 64 bit systems, and is not a language issue (it's an
implementation issue).
> Go is closer to having a low latency GC.
I.e. it doesn't have one.
> These are not small language issues for D.
GC issues are library issues, not language issues.
More information about the Digitalmars-d-announce
mailing list