InfoQ

News

Is it too late for Parrot VM?

Posted by Niclas Nilsson on Sep 21, 2007 02:00 AM

Community
Java,
.NET,
Architecture,
Ruby
Topics
Scripting
Tags
CLR ,
Languages ,
JVM ,
C

The Parrot Virtual Machine recently had it’s sixth birthday. Parrot is an open source VM that’s being developed closely together with Perl6, but it is a multi-language VM and it targets a lot of other languages. Its primary goal is to be a good VM for dynamic languages, but more unexpected languages like C99 is running on Parrot and there is a .NET bytecode translator.

But six years is a long time, and meanwhile the .NET Dynamic Language Runtime has arrived and Java is adding better and better support for dynamic languages. The problem is that none of 50 current language implementations on top of Parrot seems to be complete, and people start to loose hope of 1.0 ever seeing the light of day. And if Parrot doesn’t become complete soon - will there be enough people around to care at that point, or will all the momentum of portable multi-language platforms have gone to the JVM or maybe even the .NET CLR/DLR?

The JVM hosts more than 200 languages already and .NET platform is closing in on Parrot with about 40 language implementations currently. With Java going open source as well, the Parrot project need to hurry up or risk loosing the race before they even left the starting blocks. Or is Parrot already too late?

Probably by Dan Tines Posted Sep 22, 2007 9:48 PM
Parrot is too late, as well as Perl 6 by Guo Pei Posted Sep 23, 2007 12:25 PM
  1. Back to top

    Probably

    Sep 22, 2007 9:48 PM by Dan Tines

    It might be too late for Parrot and Perl6. On a side note, I would quibble over more than 200 languages. Take a closer look at that list.

  2. Back to top

    Parrot is too late, as well as Perl 6

    Sep 23, 2007 12:25 PM by Guo Pei

    Parrot is absolutely too late for what it targets. The same thing with Perl, two things happened in those 6 years: 1) The world of language has progressed really fast without Parrot, and its original design most likely obsoleted in some areas; 2) Maybe the design of Parrot also changed to keep up with the trend, however that means its design is no longer consistent. For Perl 6, the big question is how many people still care. Not many, other than hardcore Perl guys. It lost its speed for long, and 6 years ago there were still many want to revive it, but even those ones have faded away in 6 years. Perl 6 won't be a bad choice for those who have been with Perl forever, because it is probably easier to take on.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.