Trying to get PyPy to run on Python 3.0
Originally published on the PyPy blog.
As you surely know, Python 3.0 is coming; recently, they released Python 3.0 alpha 3, and the final version is expected around September.
Originally published on the PyPy blog.
As you surely know, Python 3.0 is coming; recently, they released Python 3.0 alpha 3, and the final version is expected around September.
Originally published on the PyPy blog.
After having spent the last few days on understanding PyPy's JIT, today I went back hacking the clr module. As a result, it is now possible to import and use external assemblies from pypy-cli, including Windows Forms
Originally published on the PyPy blog.
A while ago Amit Regmi, a student from Canada, started working on the clr module improvements branch as a university project.