
Parakeet programming language
    
    Encyclopedia
    
        Parakeet is object-oriented stack machine language inspired by Forth for Parrot virtual machine
developed by Michel Pelletier.
Parakeet is written in PIR
and compiles its code directly to PIR.
Parrot virtual machine
Parrot is a register-based process virtual machine designed to run dynamic languages efficiently. It uses just-in-time compilation for speed to reduce the interpretation overhead. It is currently possible to compile Parrot assembly language and PIR  to Parrot bytecode and execute it...
developed by Michel Pelletier.
Parakeet is written in PIR
Parrot intermediate representation
The Parrot intermediate representation , previously called Intermediate code , is one of the two assembly languages for the Parrot virtual machine. The other is Parrot assembly language or PASM...
and compiles its code directly to PIR.


