--- Bryan Donlan <[EMAIL PROTECTED]> wrote:
> Nicholas Clark wrote:
> > On Fri, Feb 04, 2005 at 06:07:33PM +0100, Ron Blaschke wrote:
> >
> >>Just curious. Are there any plans moving parrot to subversion?
> >
> > so CVS is about 20% faster. Elapsed time seems to be all that
> matters here.
Is th
Haven't seen this mentioned here, but one person hacked up a quick
Inline::Parrot
use Inline Parrot;
print "Start Perl\n";
_hello( 'int count' => 5, name => 'test' );
print "End Perl\n";
__END__
__Parrot__
.sub _hello
.param int count
.param string name
print "