Hacker News new | ask | show | jobs
by yakshaving_jgt 2495 days ago
I think it’s an argument about ergonomics. Threading state throughout your control flow is bad. Implicits like in Scala are bad. Global variables are worse. Something like a Reader monad is less bad.