Hacker News new | ask | show | jobs
by tptacek 2540 days ago
I don't know why we're arguing about the utility of the borrow checker in static memory systems since the borrow checker is obviously not the only difference between Rust and C in that setting; we talk about Rust in embedded systems because it doesn't have a heavyweight runtime that requires (in practice) garbage collection to function, and so is suitable for environments where Java and Go aren't tenable.
1 comments

We are not arguing these points because they were not brought up and do not really distinguish rust from other system languages.