Hacker News new | ask | show | jobs
by runT1ME 1923 days ago
You don't need async/await to do monadic comprehension in Scala, it's built into the language from the very beginning with `for`.

This was inspired by do notation, which came about ~1998.