33
Extending Rust's Effect System
(blog.yoshuawuyts.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
This is an interesting discussion about precisely that.
My takeaway is that monads are great in a purely functional syntax, but kind of awkward in Rust, so Rust should adapt the ideas behind monads to get a syntax that fits better with Rust.