Python Source

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

    #1

    Python Source

    I am not sure whether this group is the best place to post my thought.
    I will ask neverthless:

    Is it possible to hack through the code written by Guido van Rossum
    that makes the python interpreter. If yes please let me know how to
    begin. If its not then pardon me.

  • Gabriel Genellina

    #2
    Re: Python Source

    At Saturday 21/10/2006 05:09, ArdPy wrote:
    >I am not sure whether this group is the best place to post my thought.
    >I will ask neverthless:
    I doubt any other group would be better...
    >Is it possible to hack through the code written by Guido van Rossum
    >that makes the python interpreter. If yes please let me know how to
    >begin. If its not then pardon me.
    Python is free software - you can read, study, and modify it to your
    own taste (as far as you respect the license).
    Start at http://www.python.org


    --
    Gabriel Genellina
    Softlab SRL

    _______________ _______________ _______________ _____
    Correo Yahoo!
    Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
    ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar

    Comment

    • Sybren Stuvel

      #3
      Re: Python Source

      ArdPy enlightened us with:
      Is it possible to hack through the code written by Guido van Rossum
      that makes the python interpreter.
      Yes it is.
      If yes please let me know how to begin. If its not then pardon me.
      Download the source, start hacking.

      Sybren
      --
      Sybren Stüvel
      Stüvel IT - http://www.stuvel.eu/

      Comment

      • Ben Finney

        #4
        Re: Python Source

        "ArdPy" <ardsrk@gmail.c omwrites:
        Is it possible to hack through the code written by Guido van Rossum
        that makes the python interpreter.
        Hack through it to where? I don't understand the request.

        Why, specifically, only the code written by GvR?

        --
        \ "I busted a mirror and got seven years bad luck, but my lawyer |
        `\ thinks he can get me five." -- Steven Wright |
        _o__) |
        Ben Finney

        Comment

        • Fredrik Lundh

          #5
          Re: Python Source

          Ben Finney wrote:
          I don't understand the request.
          one wonders if someone who's not even capable of finding the code
          is capable of "hacking" it, in any sense of that word.

          </F>

          Comment

          Working...