RFC in Comparison between Rust, D and Go
Ola Fosheim Grøstad via Digitalmars-d
digitalmars-d at puremagic.com
Tue Nov 10 13:11:41 PST 2015
On Tuesday, 10 November 2015 at 20:08:44 UTC, rsw0x wrote:
> All C/C++ sanitizers are available to D, FYI. You can use them
> from LDC and probably GDC.
> Yet another reason for abandoning dmd, you get massive benefits
> like this for free.
The ones that are based on llvm bitcode, yes. But Go already had
tools like these:
https://talks.golang.org/2014/static-analysis.slide#8
So I assumed they were going for something new in Go 1.6, but
maybe not. I dunno. The announcement is here:
http://blog.golang.org/6years
More information about the Digitalmars-d
mailing list