On Mar 27, 4:02 pm, king kikapu <[EMAIL PROTECTED]> wrote: > As for psyco, are there any alternatives to use now ?
When Cython has implemented all of Python's syntax, we can replace CPython's compiler and bytecode interpreter with Cython and a C compiler. Cython can be one or two orders of magnitude faster than CPython. -- http://mail.python.org/mailman/listinfo/python-list