What was Parrot?

Feel free to talk about non programming issues here.
Post Reply
User avatar
Technopeasant
Posts: 144
Joined: Saturday 13th July 2019 6:50pm
Location: Stony Plain, Alberta, Canada
Contact:

What was Parrot?

Post by Technopeasant »

The Gambas FAQ asks:
Why don't you merge your project with HBasic, MonoBasic, Parrot...?
I am familiar with the first two, but what was Parrot?
Technical director,
Piga Software
http://icculus.org/piga/
cage
Posts: 123
Joined: Monday 2nd September 2019 5:47am
Location: Phoenix Arizona

Re: What was Parrot?

Post by cage »

Here is what I found in a search for Parrot basic Programming Language
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 like 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.
User avatar
Technopeasant
Posts: 144
Joined: Saturday 13th July 2019 6:50pm
Location: Stony Plain, Alberta, Canada
Contact:

Re: What was Parrot?

Post by Technopeasant »

Technical director,
Piga Software
http://icculus.org/piga/
Post Reply