Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
steveklabnik
on May 14, 2013
|
parent
|
context
|
favorite
| on:
Why Go?
Rust is written in Rust.
(The compiler currently makes heavy use of `unsafe`, in my understanding. At least for now.)
yoklov
on May 14, 2013
[–]
Not an expert, but my understanding was that most of those were either from bindings to unsafe functions (e.g. C++ functions from LLVM) or false positives from the compiler dealing with the 'unsafe' keyword in the code its compiling.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(The compiler currently makes heavy use of `unsafe`, in my understanding. At least for now.)