On 04/03/14 03:37 PM, John Mija wrote:
> 
> 
> El 04/03/14 20:24, Daniel Micay escribió:
>> On 04/03/14 02:43 PM, John Mija wrote:
>>> So, why don't use a simple language but safe like Go?
>>
>> Go isn't safe. It has data races.
> 
> True, but Go includes a built-in data race detector:
> http://golang.org/doc/articles/race_detector.html

The existence of a debugger doesn't prevent bugs. Clang and GCC include
support for producing code with detection for memory safety issues in C
and C++, and the Valgrind suite has been able to do it for ages.

> Anyway, this problem will be solved when the compiler and linker been
> build in Go, instead of C.

It will still have data races, whether or not the compiler and linker
are written in Go.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to