Hello, On Wed, 27 May 2020 20:45:15 +0200 Antoine Pitrou <solip...@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:pmis...@gmail.com _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/VYL7HMEPLKT3HBG2WURDIDJUINT6EVU5/ Code of Conduct: http://python.org/psf/codeofconduct/