Y
Hacker News
new
|
ask
|
show
|
jobs
by
JoshPurtell
136 days ago
What compile times do you work with? I use bazel and it still hurts
1 comments
spacedatum
136 days ago
It is a tradeoff, but I prefer my checks at compile time to runtime. Python can be brittle and silently wrong.
link
wiseowise
136 days ago
What kind of type checking do you think Rust does at runtime?
link
spacedatum
136 days ago
Google it and try it yourself.
link
wiseowise
135 days ago
I’m familiar with Rust’s runtime checks, Java has more of those. I’m curious what exactly do you mean.
link