Re: What is Python's answer to Perl 6?

From: Max M (maxm_at_mxm.dk)
Date: 10/31/04


Date: Sun, 31 Oct 2004 15:47:54 +0100

Alex Martelli wrote:

> There are, of course, several reasons for the Parrot people to do their
> own VM rather than accept Microsoft's design (or Sun's, for that
> matter). I don't understand your "why" question...!

"Why" as in "what is the difference, and the advantage of parrot", not
as in "Why do they want to do something as stupid"

All the virtual machines seems to boost the same advantages for all the
languages.

So I just wondered if anybody had a few practical examples of the
difference, and why I should get excited over Parrot.

So far, it seems like a better idea to get Python running on .net/mono,
as I cannot seem to get around the Windows platform in my professional
work.

However, I can easily get around Perl, so if Python on Parrot dosn't
have a big advantage it is hard to get excited about.

Making Python run faster is not that big a deal to me.

-- 
hilsen/regards Max M, Denmark
http://www.mxm.dk/
IT's Mad Science


Relevant Pages

  • Parallel/Multiprocessing script design question
    ... The processing involves multiple steps that each input file has to go ... I am trying to decide between a batch mode design and a pipelined ... But I had chosen Python over Perl ... steps and have multiple such "pipelines" running simultaneously in parallel. ...
    (comp.lang.python)
  • Re: Attack a sacred Python Cow
    ... interest primarily to computer scientists and language enthusiasts. ... Transparently exposing most of it's object model is a design choice, and is for a great part responsible for Python expressive power and flexibility. ... designed to encourage bad programming practices. ...
    (comp.lang.python)
  • Re: Handling Property and internal (__) attribute inheritance and creation
    ... I've been thinking in circles about these aspects of Pythonic design ... them from a child class method. ... Of course, like anything else in Python, these ... can override the methods. ...
    (comp.lang.python)
  • Re: Unit testing - suitable for all development?
    ... >> This is where the dynamic nature of Python really shines. ... I don't consider my design to have 'high coupling'. ... >Maybe I just have no code that can be tested in isolation. ...
    (comp.lang.python)
  • Re: "Humane" programmer interfaces
    ... > readability. ... Ruby supports negative indices in the same way as Python, ... which I personally classify as a design error (I don't think Python is ... exist or not, it's not obvious that they're design errors, not at all); ...
    (comp.lang.python)