|
|
|
|
|
by taeric
343 days ago
|
|
Right, I guess my main surprise is that the PyPy byte code interpreter is as fast as it is. My understanding is obviously outdated on how it is implemented; but I thought its claim to fame was that it was purely written in python. I'm assuming the subset of python it is implemented in is fairly restricted? That or my understanding was wrong in other ways. :D |
|
https://rpython.readthedocs.io/en/latest/getting-started.htm...