Hacker News new | ask | show | jobs
by pfdietz 23 days ago
I'm not big on static type checking in most situations -- adequate testing should find the type errors too -- but one place it looks very useful is avoiding data races in multithreaded programs. See Rust.
1 comments

... or Ada.