What is Python's answer to Perl 6?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reinhold Birkenfeld

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

    Y2KYZFR1 wrote:[color=blue]
    > Reinhold Birkenfeld <reinhold-birkenfeld-nospam@wolke7.n et> wrote in message news:<2uh4j7F2a 86uqU1@uni-berlin.de>...[color=green]
    >> Hello,
    >>
    >> another Perl/Python question: the subject says it all.
    >>
    >> Perl is going to change dramatically to become a more powerful and
    >> easier to (read|write) language.
    >>
    >> Is Python taking a similar step (-> Python 3) some time in the near future?
    >>
    >> Reinhold[/color]
    >
    > nice troll bait . . .[/color]

    Yes, I confess, the article was intendedly trolly. But I got interesting
    views on the issue, and for that I want to thank you all.
    [color=blue]
    > Python has always been the most READABLE and WRITABLE language, and
    > will continue to be extremely MAINTANCE friendly.
    >
    > Perl has always been a WRITE only, MAINTANCE nightmare language. For
    > MANY reasons.
    > Nothing in the Perl 6 docs leads me to believe that it will be any
    > less cryptic and obfuscated and propeller head appealing than 5. More
    > complicated if anything.[/color]

    I read through the Apocalypses, etc., and my first thought was: Wow, so
    many features! But afterwards I realized that this featurism combined
    with Perl ideology MUST lead to a total confusion in programming.

    Perl is neat as long as it does what you mean - it helps you in that,
    but once the DWIMmyness is too dumb to realize what you want, you have a
    double-hard time finding a solution.

    Reinhold

    --
    [Windows ist wie] die Bahn: Man muss sich um nichts kuemmern, zahlt fuer
    jede Kleinigkeit einen Aufpreis, der Service ist mies, Fremde koennen
    jederzeit einsteigen, es ist unflexibel und zu allen anderen Verkehrs-
    mitteln inkompatibel. -- Florian Diesch in dcoulm

    Comment

    • Stefan Behnel

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

      John Roth schrieb:[color=blue]
      > Shrug. I cannot get excited about a proprietary Microsoft platform.
      > If anyone wants to port IronPython to Mono, I suspect the path is
      > clear (although maybe not - I don't know the license for that.)[/color]

      IronPython 0.6 happily runs on Mono without recompiling. I only tried it
      under Linux, but their web site states that it also runs under
      Mono/Windows (and maybe other ports of Mono).

      The problem is that it is currently more or less unusable because of the
      missing stdlib, assert statements and many other things.

      Stefan

      Comment

      Working...