|
|
|
|
|
by 3a2d29
1312 days ago
|
|
I am not saying rust is unfit and I think your first sentence gets to sorta my point. I agree no one writes actual kernels in GC languages. 100% Rust is the best choice where GCs can’t be. I think my argument is that if you can use a GC, I think it’s considered best practice to use a GC. If you need thread safety, use a GC language like Elixir that handles concurrency well. Like there’s no reason to act like Java community and try to force rust into every area. It’s very good at what it does, let it stay there. |
|
Elixir is great, use elixir. I certainly am not stopping you, it's completely safe and fault tolerant. Or maybe I'm saying this because I don't know as much about Elixir/BEAM internals compared to the aforementioned languages, who knows.