Parrot Tutorial
Parrot Examples
Parrot Resources
Selected Reading
- Parrot - Branches
- Parrot - Operations
- Parrot - Registers
- Parrot - Datatypes
- Parrot - Garbage Collection
- Parrot - Instructions
- Parrot - Installation
- Parrot - Overview
- Parrot - Home
Parrot Examples
Parrot Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Parrot - Home
Parrot Tutorial
Parrot is a virtual machine designed to efficiently compile and execute bytecode for interpreted languages. Parrot is designed for dynamic languages. Parrot is a target of variety of languages pke Perl, Tcl, Ruby, Python, etc. In this tutorial, we shall learn using Parrot for Perl compiler.
Audience
This tutorial is designed for users who wish to learn the basics of Parrot and how it works. It explains how to use Parrot with Perl.
Parrot is going to change the way you see PERL!
Prerequisites
This tutorial expects a basic understanding of compilation and interpretation concepts. User should have knowledge of Perl.
Advertisements