• @paperplane
    link
    610 months ago

    Side 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
      link
      310 months ago

      If you want to go even further into the type system weeds in a non-GC language, try ats-lang.org . :)