Execute bytecode for dynamic languages.
Parrot is a virtual machine designed to efficiently compile and execute
bytecode for dynamic languages. Parrot currently hosts a variety of
language implementations in various stages of completion, including Tcl,
Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET
bytecode translator.
All the docs that parrot ships with are available at this site. You can generate a local copy by running make html in the build directory.
Weekly documentation snapshots will be generated
Parrot Babysteps is called a nice tutorial to learn the basics of the PIR syntax. It is a raw Parrot beginner's introduction outside the official documentation.
If you have questions about using parrot, you can join the parrot-users mailing list, or browse the archives
by TAATJENE
All the docs that parrot ships with are available at this site. You can generate a local copy by running make html in the build directory.
Weekly documentation snapshots will be generated
Parrot Babysteps is called a nice tutorial to learn the basics of the PIR syntax. It is a raw Parrot beginner's introduction outside the official documentation.
If you have questions about using parrot, you can join the parrot-users mailing list, or browse the archives
by TAATJENE