Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > compile your python programs with rpython

Reply
Thread Tools

compile your python programs with rpython

 
 
Simon Burton
Guest
Posts: n/a
 
      01-15-2007
The pypy'ers have written a brief description on
using rpython to create standalone executables:

http://codespeak.net/pypy/dist/pypy/...one-howto.html

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.

 
Reply With Quote
 
 
 
 
Bjoern Schliessmann
Guest
Posts: n/a
 
      01-15-2007
Simon Burton wrote:

> The pypy'ers have written a brief description on
> using rpython to create standalone executables:
>
> http://codespeak.net/pypy/dist/pypy/...one-howto.html
>
> 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.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Standardizing RPython - it's time. John Nagle Python 8 10-13-2010 09:33 AM
PyPy and RPython sarvi Python 11 09-03-2010 09:07 AM
what's the point of rpython? Brendan Miller Python 102 01-31-2009 03:32 PM
compile C programs with UNIX system calls (= Unix Programs??) jrefactors@hotmail.com C Programming 18 01-10-2005 03:35 AM
compile C programs with UNIX system calls (= Unix Programs??) jrefactors@hotmail.com C++ 12 01-10-2005 03:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57