Re: [Python-ideas] Mention more alternative implementations on the PSF website

2019-02-03 Thread Stefan Behnel
Eric V. Smith schrieb am 03.02.19 um 23:41: >> On Feb 3, 2019, at 5:31 PM, James Lu wrote: >> https://www.python.org/download/alternatives/ should possibly mention: >> - Mention the possibility of compiling Python to WASM >>- WASM allows Web and Mobile use of Python at possibly native speed.

Re: [Python-ideas] Mention more alternative implementations on the PSF website

2019-02-03 Thread Eric V. Smith
> On Feb 3, 2019, at 5:31 PM, James Lu wrote: > > https://www.python.org/download/alternatives/ should possibly mention: > > - Cython and Nuitka > - Mention the possibility of compiling Python to WASM >- WASM allows Web and Mobile use of Python at possibly native speed. > Though not

Re: [Python-ideas] Mention more alternative implementations on the PSF website

2019-02-03 Thread Chris Angelico
On Mon, Feb 4, 2019 at 9:32 AM James Lu wrote: > > https://www.python.org/download/alternatives/ should possibly mention: > > - Cython and Nuitka > - Mention the possibility of compiling Python to WASM >- WASM allows Web and Mobile use of Python at possibly native speed. > Though not mature

[Python-ideas] Mention more alternative implementations on the PSF website

2019-02-03 Thread James Lu
https://www.python.org/download/alternatives/ should possibly mention: - Cython and Nuitka - Mention the possibility of compiling Python to WASM - WASM allows Web and Mobile use of Python at possibly native speed. Though not mature yet, Pyodide is a working implementation.