DIP60: @nogc attribute
via Digitalmars-d
digitalmars-d at puremagic.com
Wed Apr 16 02:17:45 PDT 2014
On Wednesday, 16 April 2014 at 09:03:22 UTC, JN wrote:
> I'd have to agree. I doubt @nogc will change anything, people
> will just start complaining about limitations of @nogc (no
> array concat, having to use own libraries which may be
> incompatible with phobos). The complaints mostly come from the
> fact that D wants to offer a choice, in other languages people
> just accept what they have.
The complaints mostly come from the fact that D claims to be a
system programming language capable of competing with C/C++.
Stuff like @nogc, @noalloc, @nosyscalls etc will make system
level programming with reuse of code more manageable.
I find it troublesome that D is compared to Java, C# and Go,
because those languages are not system level programming
languages.
More information about the Digitalmars-d
mailing list