Please tell us reason(s) for reporting this document
This is a private document.
Info and Rating
Reads:
2,941
Uploaded:
07/29/2009
Category:
Uncategorized.
Rated:
(2 Ratings)
Copyright:
Attribution Non-commercial
Parrot is a language-neutral virtual machine for dynamic languages such as Ruby, Python, PHP, and Perl. It hosts a powerful suite of compiler tools...
(More)
Parrot is a language-neutral virtual machine for dynamic languages such as Ruby, Python, PHP, and Perl. It hosts a powerful suite of compiler tools tailored to dynamic languages and a next generation regular expression engine. Its architecture differs from virtual machines such as the JVM or CLR, with optimizations for dynamic languages, the use of registers instead of stacks, and pervasive continuations used for all flow control.
This book covers Parrot Intermediate Representation (PIR), Parrot's native low-level language. PIR is fundamentally an assembly language, but it adds higher-level features such as operator syntax, syntactic sugar for subroutine and method calls, automatic register allocation, and more friendly conditional syntax. Parrot libraries — including most of Parrot's compiler tools — are often written in PIR. Even so, PIR is more rigid and "close to the machine" than higher-level languages, which makes it a good window into the inner workings of the virtual machine.
All proceeds from the sale of this book fund the Parrot development effort.
(Less)
Add a Comment