If we were to create a Rust version of this page for Haskell, what cool programming techniques would you add to it?

  • tatterdemalion@programming.dev
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    5 hours ago

    One thing I like a lot about Rust is that it rarely does blow my mind.

    But one crate that actually did blow my mind is corosensei. It’s not Rust per se that is so crazy here, but the way it’s essentially implementing a new language feature with assembly code. This is how you know Rust really is a systems programming language. I invite you to read the source code.