in reply to Re: Perl 6--not just for Larrys anymore
in thread Perl 6--not just for Larrys anymore

The parrot VM is in some ways like the JVM. One of the central design goals is to make it possible for the various languages running on it to call each other properly, and seamlessly. Which means that your perl proram will be able to call routines written in Ruby, Python, Java (yes, really), .NET code, APL, or even INTERCAL. One of the joys of a standardized calling convention. (And mandated thunking layers to wedge in languages that wouldn't otherwise play ball)

Oh, and Intel hired python people instead of Ruby ones? Pity.

  • Comment on Re: Re: Perl 6--not just for Larrys anymore

Replies are listed 'Best First'.
Re3: Perl 6--not just for Larrys anymore
by blakem (Monsignor) on Aug 17, 2002 at 13:17 UTC
    Would that intel postion happen to be this one mentioned on jobs.perl.org (Intel/Oregon/Ruby??) If so, could they not find perl programmers either?

    p.s. I checked out parrot and am quite impressed. The mandelbrot example is pretty nifty too. ;-)

    -Blake