About:
pyvm is an experimental Python virtual machine with a compiler written in
Python. It is not 100% compatible with C-python, but well written Python
programs without gross hacks should work.
Changes:
This release is stackless. With the latest improvements, it can run
unlimited Python threads (co-routines) with just two OS threads.
Release focus: Major feature enhancements
License: GNU Lesser General Public License (LGPL)
Project URL: http://freshmeat.net/projects/pyvm/
Homepage: http://freshmeat.net/redir/pyvm/62535/url_homepage/pyvm
____________________________| Advertising |____________________________
This email is sponsored by: Splunk Inc.
Do you grep through log files for problems? Stop! Download the new AJAX
search engine that makes searching your log files as easy as surfing the
web.
D O W N L O A D S P L U N K!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=102292&bid=228469&dat=121642
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=102292&bid=228469&dat=121642
____________________________| Advertising |____________________________
About:
pyvm is an experimental Python virtual machine with a compiler written in
Python. It is not 100% compatible with C-python, but well written Python
programs without gross hacks should work.
Changes:
Whitespaceless python frontend. Regular expression to C, Just in time
compiler. Memory filesystem (memfs://) and freezing. Ported to cygwin.