from Hacker News

Why Rust is the future of robotics

by albemuth on 4/18/18, 4:11 PM with 1 comments

  • by vkjv on 4/18/18, 5:05 PM

    > Race conditions, deadlock, data corruption can cause bugs that are complex to debug.

    > Rust can address all these problems, and more.

    Rust does not prevent deadlocks.