Hacker News new | ask | show | jobs
by xigoi 1630 days ago
JavaScript (strict mode) doesn't have explicit typing, but it still requires variables to be declared.
1 comments

Same for Perl.
Uh? Perl optionally requires you to declare variables, which is a good idea IMHO, no noise for small script and any experimented Perl programmer will have learned that 'use strict' is a really good idea for big scripts..