Rust lobbyists winning

  • someone [comrade/them, they/them]
    ·
    3 hours ago

    If you're looking to write the types of server daemons often written in C, Go is another good choice. It's very C-like in its syntax. It has a lot of the same safety features Rust has but isn't nearly as complex to learn. It also has a huge standard library, so you rarely need to rely on third-party code.

    Go isn't too suitable for drivers or kernels or other kinds of system software though. Rust is definitely a better choice for those.