Why not a Python compiler?

Jeroen Ruigrok van der Werven asmodai at in-nomine.org
Tue Feb 5 03:33:45 EST 2008


-On [20080205 09:22], Santiago Romero (sromero at gmail.com) wrote:
> Why not a Python COMPILER?

A lot of things within Python are very run-time dependent so creating a
compiler is not trivial work.

There are, however, endeavours underway like shed skin:

http://code.google.com/p/shedskin/

This provides a Python to C++ compiler, but it enforces some restrictions on
Python's code.

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
We have met the enemy and they are ours...



More information about the Python-list mailing list