Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why Perl is better than Python

Name: Anonymous 2012-06-02 13:53


typo = 0;
while (typo < 10): # timeout
  typ0 = typo + 1


Compared to:


use strict;
my $typo = 0;
while ($typo < 10) {
  $typ0 = $typo + 1 # will abort with error
}

Name: Anonymous 2012-06-02 15:06

>>4
Yeah, but in your toy language there is no "use strict" counterpart...

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List