Parrot 1.0 Said to Speak Your Virtual Language
After years of development, version 1.0 of the Parrot virtual machine has arrived for Perl, Python and other dynamic languages. Whether the Parrot will take a firm foothold in software development is still up in the air.
Success will come to those who wait, if indeed Parrot 1.0 delivers what it promises. Over the years it has been securing a reputation ever closer to that of GNU Hurd or Duke Nukem -- a lot of hot air. Most of the time we've heard more about worn out project managers than actual successes.
It all started with an April Fool's joke in 2001 that announced that the competing Python and Perl programming languages were merging into a Frankenstein-like monster named "Parrot." The prank then took off in seriousness and Parrot morphed into a project that implemented a virtual machine not only based on Perl and Python, but optimized for all sorts of other languages. For this purpose the VM should also support operations to implement language constructs such as closures and continuations, unlike, for example, Java VM.
Not all promises were kept, as is clear from the current list of Parrot-based language implementations. Some are, in fact, not implementations at all, but are marked "dormant" and may never emerge from that state. Officially Parrot 1.0 supports Python, Ruby and Perl 6, as well as the less known APL (A Programming Language). The Subversion repository currently has about an additional 20 more or less widespread languages.
Parrot 1.0 relies on a stable API that should theoretically help in getting the virtual machine word out. In practice, however, Parrot has recently got some competition from .NET Mono and even Java VM has shown some improvements. Finally, Dalvik, the Google Android VM with the same register-based technology, has shown some recent strides to give Parrot additional competition. Who knows, maybe the polyglot Parrot will find its eventual niche in the free software ecosystem, as long as it finds enough users.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
LibreOffice 25.2 Has Arrived
If you've been hoping for a release that offers more UI customizations, you're in for a treat.
-
TuxCare Has a Big AlmaLinux 9 Announcement in Store
TuxCare announced it has successfully completed a Security Technical Implementation Guide for AlmaLinux OS 9.
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
Parrot 1.0 Said to Speak Your Virtual Language
Historically, proof of concept high level language implementations developped for pre version of parrot were on the same repository but most of languages supported by their implementors have now "left the nest" and are now maintained in their respective repositories. The few languages left in the subversion repository are mainly just proof of concept languages without maintainers.
As parrot has just recently reach the 1.0 mark, the state of the current high level language implementations should not be used as a metrix for measuring the maturity of the parrot project itself.