• Kairos@lemmy.today
    link
    fedilink
    arrow-up
    1
    ·
    24 days ago

    If you want memory safety without garbage collection your option is Rust.

    There are no other options. Go is fast but the garbage collection technically makes it a soft real time system (or rather it cannot be used for hard systems).