haskman@programming.dev to Rust@programming.dev · 9 months agoExtending Rust's Effect Systemblog.yoshuawuyts.comexternal-linkmessage-square8fedilinkarrow-up133arrow-down10
arrow-up133arrow-down1external-linkExtending Rust's Effect Systemblog.yoshuawuyts.comhaskman@programming.dev to Rust@programming.dev · 9 months agomessage-square8fedilink
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up7·9 months agoThis 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.
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.