[Logicaldesktop-general] Python compiler
Status: Alpha
Brought to you by:
seguso
From: Dario P. <d.p...@fa...> - 2004-07-09 13:53:41
|
It's called Psyco, it produces faster code. You got to recompile files every time you change the source though: it's not human readable anymore :) http://psyco.sourceforge.net/ It's not at the level of C bytecode at all, but it's quite smart =) About hiding directories in the way I suggested, we could provide an indexing service, a kind of "locate" service in the user space, but it's a lot of work to make it good, so we can surely wait, for that :) |