Hacker News new | ask | show | jobs
by ljm 430 days ago
It's literally the same problem with closures and scope that JS has.

You think you're working with a value but you're actually working with a reference to a value under the hood.