Drew DeVault's new programming language. Haven't had a chance to check it out yet, but Drew's work tends to be great.

  • space_comrade [he/him]
    ·
    edit-2
    3 years ago

    You can make Rust binaries as small as you'd like basically: https://github.com/johnthagen/min-sized-rust

    You can also run it on stuff like Arduino: https://creativcoder.dev/rust-on-arduino-uno

    It's probably not the ideal tool for those jobs but it's also far from the worst. It very much tries to go by the C++ maxim "you pay for what you use", albeit imperfectly. I just don't see any dealbreakers here that would warrant yet another language in this space, at least none that couldn't be solved by fixing or expanding what Rust already offers.