Comment on Introducing OpenD
paperplane@lemmy.world 9 months agoSide note: Rust is the only of the three to have an ML-style type system, which is generally agreed upon as one of the most theoretically sound foundations. Also the point is that Rust does it precisely without requiring dynamic allocation, as opposed to Go, for example.
solrize@lemmy.world 9 months ago
If you want to go even further into the type system weeds in a non-GC language, try ats-lang.org . :)