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 DisqusIssue 272/2023
Buy this issue as a PDF
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
News
-
An All-Snap Version of Ubuntu is In The Works
Along with the standard deb version of the open-source operating system, Canonical will release an-all snap version.
-
Mageia 9 Beta 2 Ready for Testing
The latest beta of the popular Mageia distribution now includes the latest kernel and plenty of updated applications.
-
KDE Plasma 6 Looks to Bring Basic HDR Support
The KWin piece of KDE Plasma now has HDR support and color management geared for the 6.0 release.
-
Bodhi Linux 7.0 Beta Ready for Testing
The latest iteration of the Bohdi Linux distribution is now available for those who want to experience what's in store and for testing purposes.
-
Changes Coming to Ubuntu PPA Usage
The way you manage Personal Package Archives will be changing with the release of Ubuntu 23.10.
-
AlmaLinux 9.2 Now Available for Download
AlmaLinux has been released and provides a free alternative to upstream Red Hat Enterprise Linux.
-
An Immutable Version of Fedora Is Under Consideration
For anyone who's a fan of using immutable versions of Linux, the Fedora team is currently considering adding a new spin called Fedora Onyx.
-
New Release of Br OS Includes ChatGPT Integration
Br OS 23.04 is now available and is geared specifically toward web content creation.
-
Command-Line Only Peropesis 2.1 Available Now
The latest iteration of Peropesis has been released with plenty of updates and introduces new software development tools.
-
TUXEDO Computers Announces InfinityBook Pro 14
With the new generation of their popular InfinityBook Pro 14, TUXEDO upgrades its ultra-mobile, powerful business laptop with some impressive specs.
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.