Hacker News new | ask | show | jobs
by stephenr 4861 days ago
Wow, I never knew Ruby's predefined global variables were so cryptically named. (Not a ruby developer)

Is there any sane reason it was designed this way (the language I mean, not this fix)

1 comments

ISTR (and I've never had much knowledge of Perl), the magic globals were lifted directly from Perl and were intended to support Perl->Ruby transition.