Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1e007a96761035f261351a68e7601417 > files > 765

parrot-docs-3.6.0-2.fc15.noarch.rpm

This directory contains PIR programs for the Computer Language Shootout at
http://shootout.alioth.debian.org/

The first line:

  #!./parrot -j

is indicating the preferred because fastest runcore for that benchmark.

If you want your PIR program (toto.pir) to be automatically tested (by t/examples/shootout.t) : 
just  put the expected output file along, call it toto.pir.output
If you need an input file, to be read from stdin, call it toto.pir.input
Karl Forner