CRACKER, the premier code obfuscation utility for Python... (WAS: RE: POLLY: An IDE for Parrot)
snowzone
tonys at co146453-a.kico1.on.wave.home.com
Mon Apr 2 14:37:37 EDT 2001
In comp.lang.python, you wrote:
> OUTPUT:
> -------
>
> use strict;
> my $n = $ARGV[0] || 1;
> my @X;
> my @Y;
> for (my $i=0; $i<$n; $i++)
> {
> $X[$i] = $i;
> }
> for (my $i=$n-1; $i>=0; $i--)
> {
> $Y[$i] = $X[$i];
> }
> print "$Y[-1]\n";
that might had been funnier were you able to program in perl :/
persnally i think python should be renamed to 'ostrich'
More information about the Python-list
mailing list