Python and the need for speed

Chris Angelico rosuav at gmail.com
Wed Apr 19 07:27:18 EDT 2017


On Wed, Apr 19, 2017 at 8:33 PM, bartc <bc at freeuk.com> wrote:
> My interpreter is on github as /one/ C source file (a link would be
> inappropriate here). People can compile it with -O3 or -O2 if they wish.
> It's a bit simpler than building CPython, and OS-neutral; that was
> deliberate.

Then send me a link, and I'll try to compile it. You'd be surprised
how easy it is to be non-OS-neutral. Have you compiled it on the three
major platforms of today (Lin/Win/Mac)?

ChrisA



More information about the Python-list mailing list