Forum
Psyco for Python - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Wishlist (https://www.boriel.com/forum/forumdisplay.php?fid=14)
+---- Thread: Psyco for Python (/showthread.php?tid=310)



Psyco for Python - slenkar - 02-21-2011

<!-- m --><a class="postlink" href="http://psyco.sourceforge.net/">http://psyco.sourceforge.net/</a><!-- m -->

Would this speed up compilation?


Re: Psyco for Python - boriel - 02-21-2011

Probably, but psyco has been abandoned in favor of pypy (which runs on x86 and x64).
I've used pypy and it's impressive. Unfortunately, currently ZX Basic is not compatible with it (I guess due to the dynamic nature of the ply framwork).
I'm looking into it, since using -O3 takes some minutes to compile.


Re: Psyco for Python - slenkar - 02-21-2011

yes that would be great Big Grin

psyco only works with python 2.5