translating Python to Assembler

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sat Jan 26 08:36:14 EST 2008


On Sat, 26 Jan 2008 03:09:05 +0000, Steven D'Aprano wrote:

> On Wed, 23 Jan 2008 08:49:20 +0100, Christian Heimes wrote:
> 
>> It's even
>> possible to write code with Python assembly and compile the Python
>> assembly into byte code.
> 
> Really? How do you do that?
> 
> I thought it might be compile(), but apparently not.

Maybe `bytecodehacks`_ + `psyco`, or PyPy!?

.. _bytecodehacks: http://sourceforge.net/projects/bytecodehacks/

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list