Y
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
wott
1629 days ago
Same for Perl.
link
renox
1629 days ago
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..
link