Hacker News new | past | comments | ask | show | jobs | submit login

I think it’s that in Go multiple return values aren’t a first class value. It’s just two separate values. Whereas in Rust or Haskell they’d be a single, first-class Result<a> (or whatever) value.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: