Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pepa65
32 days ago
|
parent
|
context
|
favorite
| on:
Speeding up the Rust edit-build-run cycle
You're obviously not a Rust programmer.
flohofwoe
32 days ago
[–]
Rust only protects from a very small subset of bugs (memory corruption issues and data races) but not from logic bugs which are far more common.
Animats
32 days ago
|
parent
[–]
Rust protects against undefined behavior. This is enough that programs either panic in a well-defined way, or continue to run well enough that logging works.
flohofwoe
31 days ago
|
root
|
parent
[–]
Not having UB isn't exactly unique to Rust though (Rust does have some UB btw it's just not as easy to encounter as in C or C++).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: