Revision 1 as of 2003-12-29 01:16:39

Clear message

Python and Parrot

I am surprised we don't have a page on Parrot yet.

Here's notes from an email; I'm not taking the time to make it nice yet. If someone (hopefully someone more knowledgeable than me) wouldn't mind reworking this page and telling us about what's going on, it'd be greatfully appreciated..! (Sort of embarassing having the contents of a personal email on display here...)

> > btw, what exactly is Parrot for? I've heard that it is an interpreter
> > to run both python and perl bytecodes?
> 
>   Parrot is, basically, .Net or the JVM for Scripting languages.
> 
>   I thought it was just a "someday, maybe," thing, because I don't
>   see much online about it. But then, I asked about it at the
>   local Python meeting group, and the guys who know guys said,
>   "No, no; This is real. This is certain. This is what Guido and
>   company are doing."
> 
>   It means that you could extend MoinMoin in Perl. Our scripts would
>   call each other. Our lists would be the same, our dictionaries,
>   etc., etc.,.
> 
>   You could write a function that calls a Python function which
>   goes back and calls on still more Perl functions.
> 
>   There are PHP people getting into the action too. It looks like
>   all three languages will interoperate.
> 
>   The problem with .NET is that it's strongly typed. It's very
>   hard to write fast Python or Perl code that interoperates with it.
>   Parrot will be fast.

-- LionKimbro

Unable to edit the page? See the FrontPage for instructions.