Hacker News new | ask | show | jobs
by xigoi 1634 days ago
The global namespacing is what allows UFCS to work. You can rewrite parseInt("6") to "6".parseInt, but you can't rewrite strutils.parseInt("6") to anything.