Hacker News new | ask | show | jobs
by ssmoot 3730 days ago
I guess the accidental mutability is a good point. Working in Scala, I've never encountered that.

You do learn not to close over local scopes in futures pretty quickly though.