compile your python programs with rpython

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

    #1

    compile your python programs with rpython

    The pypy'ers have written a brief description on
    using rpython to create standalone executables:



    This is definately worth playing around with, it's very nice writing
    (r)python code that gets executed as if it were c code.

    Simon.

  • Bjoern Schliessmann

    #2
    Re: compile your python programs with rpython

    Simon Burton wrote:
    The pypy'ers have written a brief description on
    using rpython to create standalone executables:
    >

    >
    This is definately worth playing around with, it's very nice
    writing (r)python code that gets executed as if it were c code.
    Needless to say, RPython code has some restrictions over normal
    Python code.

    Regards,


    Björn

    --
    BOFH excuse #317:

    Internet exceeded Luser level, please wait until a luser logs off
    before attempting to log back on.

    Comment

    Working...