Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomstuart
875 days ago
You’re taking the use of the word “state” too literally. The original comment was complaining about how Ruby `require` adds names (constants) to a global
namespace
; Python `import` only binds names in the local scope.