Hacker News new | ask | show | jobs
by dochtman 2759 days ago
If I were writing a small blog today, I would probably still go with Rust, just for the robustness. Catching bugs at compile time is so much nicer no matter how good your unit test coverage is (and especially when coverage is not great).

Performance is great, but the breadth of usage enabled by the small run-time (including no GC) makes it more exciting.