Perl5 VM Golf

tokuhirom on 2008-06-23T11:12:11

I've released Acme::PerlVMGolf. This is new golf rule for perl hackers :)

PerlVMGolf's rule is very simple.follow is the rule:

* write the code for the score * your score is sum of your op code number * short perl code is good

Are you right?

You can calcurate your score by Acme::PerlVMGolf(I've uploaded to CPAN now, and you can get from our svn repos http://svn.coderepos.org/share/lang/perl/Acme-PerlVMGolf/trunk/PerlVMGolf.xs).

perl -MAcme::PerlVMGolf -e '0' hit: 177op hit: 174op hit: 178op Your perl is : 5.8.8 Your score is : 529op

I give first challenge : how to implement 1000op?