Hacker News new | ask | show | jobs
by jmillikin 5394 days ago
I've sworn my fair share when trying to write Haskell bindings to libraries that assume all languages have global variables.

CPython's module initialization functions are particularly obnoxious about this.