Has anyone tried getting the PyPy JIT working on TC?
I searched the forums and the package index, but did not see either term (PyPy or JIT) bring up any hits. I have a project where any increase in the speed of my Python code would be a good thing. Otherwise I will need to write a compiled program if I have speed issues. I much prefer to keep things in Python where I can. It would allow me to update programs on TC without compiling.