RFC in Comparison between Rust, D and Go
rsw0x via Digitalmars-d
digitalmars-d at puremagic.com
Tue Nov 10 13:29:59 PST 2015
On Tuesday, 10 November 2015 at 21:11:43 UTC, Ola Fosheim Grøstad
wrote:
> 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
On my phone so I only took a quick look, but this looks like a
tool to help Go's horrible "type" system more than anything.
More information about the Digitalmars-d
mailing list