PPY 0.0.5 -- create Python callables in PPC assembly

Michael Hudson mwh@python.net
Tue, 25 May 2004 12:55:25 +0100


More-or-less for my own amusement, I've written a small Python package 
that allows one to write Python callables in PowerPC assembly:

     http://starship.python.net/crew/mwh/hacks/PPY.html

This is clearly an insane thing to want to do, but take a look if it 
sounds intriguing.  Currently only supports Mac OS X but I imagine a 
port to linux/ppc would be fairly straightforward.

Cheers,
mwh