Rust is back in the game
Forget about Haskell, Rust is now the front runner, basically, because I found armboot . It seems like Rust's ability to boot with no (or a minimal) runtime is fairly new . Since this implementation has no GC, I might indulge in writing one. I've been thinking about it quite a bit lately. For Rust this might require some more thought, however, because it's designed to give garbage collectors a lot more leeway than most languages. I need to get my head around rust's memory model. In the meantime, I think I'll try to write the code for my balancing robot in Rust, without memory management, to see what I learn.