Y
Hacker News
new
|
ask
|
show
|
jobs
by
mitchty
2674 days ago
You can't know everything at compile time. Runtime checks are witnesses that run at program execution instead of compile time.
1 comments
gmfawcett
2674 days ago
Right, and this is equally true in Rust and C++ (and any other systems language). Zero-cost abstractions doesn't mean that the compiler is imbued with magical properties.
link