Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Perl 6... do we need another vm?

by revdiablo (Prior)
on Sep 04, 2006 at 19:50 UTC ( [id://571144]=note: print w/replies, xml ) Need Help??


in reply to Perl 6... do we need another vm?

My understanding of Perl 6 is that the perl code will be compiled to a byte code and run in the VM runtime. The idea is that the vm will be able to run just about any language that can be thrown at it given that there is a parser available.

That looks like a pretty accurate description of Parrot's goals, but Perl 6 has a separate set of goals (which are, naturally, not entirely nailed down, and subject to change). One of those is that it should be a language that can, and hopefully does, have multiple implementations. This means the implementation is no longer the spec, as it essentially is for Perl 5.

The idea has led to many interesting developments. One of the directions that I've recently been excited about is the 6-on-5 stack. That is, an increasing number of bits and pieces of Perl 6 running on Perl 5. There are a lot of benefits I can see to this, and the approach seems very logical and sane. There are already fruits borne of the effort, too, which is a very good sign (for example, see Moose).

All in all, while the Perl 6 road has been rocky, I think in the end it will produce some good stuff.

Replies are listed 'Best First'.
Re^2: Perl 6... do we need another vm?
by chromatic (Archbishop) on Sep 05, 2006 at 07:09 UTC
    There are a lot of benefits I can see to this, and the approach seems very logical and sane.

    ... except for the reasons why not to build Perl 6 on the Perl 5 VM which are even more valid in 2006 than they were in 2000, namely that Very Few people know how or want to work on the Perl 5 VM and that the Perl 5 VM is complex and obtuse and sprawling and nearly impenetrable to people who don't already know how to work on it.

    (Then again, Simon Cozens and I figured out a way to make continuations work with it and Nicholas and Rafael seemed to agree that it's possible.)

      except for the reasons why not to build Perl 6 on the Perl 5 VM which are even more valid in 2006 than they were in 2000

      Indeed. I didn't mean to imply that 6-on-5 was a good Long Term Solution, just that it was something I thought was a nice consequence of the goal not to be tied to any particular implementation.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://571144]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-19 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found