There was also Pyston.
https://blog.pyston.org/

On Tue, May 26, 2020 at 11:42 Brett Cannon <br...@python.org> wrote:

> It was Unladen Swallow that used LLVM, but it was early on in LLVM's JIT
> life and they unfortunately had to spend a bunch of time fixing LLVM which
> ate up the time they had to do the experiment.
>
> On Mon, May 25, 2020 at 2:36 PM Christopher Barker <python...@gmail.com>
> wrote:
>
>> On Mon, May 25, 2020 at 3:05 AM <redrad...@gmail.com> wrote:
>>
>>> I do not know maybe it was already discussed ... but the toolchain like
>>> LLVM is very mature and it can provide the simpler JIT compilation to
>>> machine code functionality and it will improve performance of the Python a
>>> lot !!
>>>
>>
>> see numba:  http://numba.pydata.org/
>>
>> Also, I"m pretty sure one of the efforts to make a faster python was
>> based on LLVM, but it didn't work out as well as hoped -- unladen swallow
>> maybe?
>>
>> -CHB
>>
>>
>>
>>
>>> _______________________________________________
>>> 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/A3VF6DJ3H2IIUAYYEKSS3T3N7X443OO7/
>>> Code of Conduct: http://python.org/psf/codeofconduct/
>>>
>>
>>
>> --
>> Christopher Barker, PhD
>>
>> Python Language Consulting
>>   - Teaching
>>   - Scientific Software Development
>>   - Desktop GUI and Web Development
>>   - wxPython, numpy, scipy, Cython
>> _______________________________________________
>> 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/JJQNOXOO57NPLPGS243VIW6O2I7DD4WH/
>> Code of Conduct: http://python.org/psf/codeofconduct/
>>
> _______________________________________________
> 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/JY53RHXRHHGZ3MBCCD5BC2KVYLLH76B6/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-- 
--Guido (mobile)
_______________________________________________
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/IR7LPFNSZJMN4YPK7CSHQ2EETIEFARDH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to