
Hello, On Wed, 27 May 2020 20:45:15 +0200 Antoine Pitrou <solipsis@pitrou.net> wrote: []
A recent attempt to collect known Python JITs/compilers: https://github.com/pfalcon/awesome-python-compilers (well, definitely more recent than https://wiki.python.org/moin/PythonImplementations#Compilers). And even that is not complete, I'm still too lazy to add mypyc there, as hopefully everyone knows about it anyway.
I'm quite sure that not everyone knows about mypyc... far from it.
So, it's added to that humble list.
But mypyc doesn't seem to be a JIT compiler anyway.
I don't think there's a big difference between a JIT and AOT compiler, even from end-users' point of view. Today they want their programs to run faster, tomorrow they want to send a binary to their grandma...
Regards
Antoine.
-- Best regards, Paul mailto:pmiscml@gmail.com