Hacker News new | ask | show | jobs
by tom_mellior 3423 days ago
> No room for GC here

True, if you're talking about tiny embedded systems where you would not use GC (nor any dynamic allocation), you shouldn't have much difficulty using Rust. Nor many of its benefits.