top | item 46921992

(no title)

JoshPurtell | 23 days ago

What compile times do you work with? I use bazel and it still hurts

discuss

order

spacedatum|23 days ago

It is a tradeoff, but I prefer my checks at compile time to runtime. Python can be brittle and silently wrong.

wiseowise|23 days ago

What kind of type checking do you think Rust does at runtime?