Slashdot Mirror


Guido Von Rossum on Python

deran9ed writes ""People can get quite emotional about Python, in a way they rarely get about software," says van Rossum, who is now director of Python Labs at Digital Creations. In this question and answer interview, he explains why Python deserves such loyalty, when it is better to use Python than Perl, and why increasing numbers of business applications developers will be using Python for years to come. THe full article is on SearchEnterpriseLinux"

3 of 260 comments (clear)

  1. Re:This just in! [Here's what Larry Wall thinks] by hobuddy · · Score: 5

    "Perl is worse than Python because people
    wanted it worse." - Larry Wall, 14 Oct 1998

    --
    Erlang.org: wow
  2. This just in! by Chester+K · · Score: 5

    ...and just as newsworthy....

    Larry Wall thinks Perl is pretty cool.

    --

    NO CARRIER
  3. Re:ramblings by Spy+Hunter · · Score: 5

    From Python Humor:

    Python vs. Perl according to Yoda
    Subject: Python versus Perl: A humorous look
    From: funkster@midwinter.com
    To: guido@cnri.reston.va.us
    Date: 10 Jul 1999 01:45:07 -0700

    This has been percolating in the back of my mind for a while. It's
    a scene from _The Empire Strikes Back_ reinterpreted to serve a
    valuable moral lesson for aspiring programmers.

    --
    EXTERIOR: DAGOBAH -- DAY
    With Yoda strapped to his back, Luke climbs up one of the
    many thick vines that grow in the swamp until he reaches the
    Dagobah statistics lab. Panting heavily, he continues his
    exercises -- grepping, installing new packages, logging in as
    root, and writing replacements for two-year-old shell scripts
    in Python.

    YODA: Code! Yes. A programmer's strength flows from code maintainability.
    But beware of Perl. Terse syntax... more than one way to do it...
    default variables. The dark side of code maintainability are they.
    Easily they flow, quick to join you when code you write. If once
    you start down the dark path, forever will it dominate your destiny,
    consume you it will.

    LUKE: Is Perl better than Python?

    YODA: No... no... no. Quicker, easier, more seductive.

    LUKE: But how will I know why Python is better than Perl?

    YODA: You will know. When your code you try to read six months from
    now.
    --

    larry


    [me@localhost]$ prolog
    | ?- god.
    ! Existence error in god/0

    --
    main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}