using the compiler without GC

bpr brogoff at gmail.com
Tue Jul 9 21:08:28 UTC 2019


On Tuesday, 9 July 2019 at 19:31:54 UTC, watcher wrote:
> Cheers, everybody!
>
> I was wondering when it will be possible to use the compiler 
> without the gc?
>
> Thank you

If you want to use D as a better C, which of course includes 
omitting the GC, there is an aptly named compiler switch 
"-betterC" which leaves you with a powerful subset of D that 
still has the static metaprogramming features. For now, you don't 
have many D libraries available to you in DasBetterC.

https://dlang.org/spec/betterc.html





More information about the Digitalmars-d mailing list