v6.pm now passes a little more than 6000 tests from the Perl 6 test suite.
"v6" is a CPAN module that implements a Perl 6 compiler that runs in Perl 5.
It is compiling and running nearly 10 tests per second:
Files=145, Tests=6210, 562 wallclock secs ( 1.41 usr 0.67 sys + 402.53 cusr 93.57 csys = 498.18 CPU)
Result: PASS
Precompiled tests are running at 50 tests per second (running "make file" a second time execute the precompiled tests):
Files=145, Tests=6210, 124 wallclock secs ( 0.88 usr 0.57 sys + 80.20 cusr 14.04 csys = 95.69 CPU)
Result: PASS
Re:6000 out of how many?
educated_foo on 2008-07-31T01:47:47
This could mean "we've got integer addition working up to 157 + 157." Is there a list somewhere of features considered "implemented" and "unimplemented"?
See http://use.perl.org/user/pmichaud/journal/36834
And interesting in comparison: the number of tests Rakudo was passing at the beginning of this month: ~1,100