Re: [pydotorg-www] List of alternative Python implementations

2015-11-04 Thread Alexander Walters
To be absolutely clear, Nuitka and Cython are not implementations of the language... because you cannot run anything with them. Can you really call it a language runtime if you cant run anything with them? they are tooling. It is unhelpful to new users to list this tooling as an

Re: [pydotorg-www] List of alternative Python implementations

2015-11-04 Thread Alexander Walters
Nuitka and Cython cant really be called alternate implementations of c python, since they kind of require c python to run. They are tooling at best. On 10/29/2015 05:21, M.-A. Lemburg wrote: Some implementations which are not listed on the page: Alternative CPython: HotPy -

Re: [pydotorg-www] List of alternative Python implementations

2015-11-04 Thread M.-A. Lemburg
On 31.10.2015 22:23, Alexander Walters wrote: > Nuitka and Cython cant really be called alternate implementations of c > python, since they kind of > require c python to run. They are tooling at best. I'm not sure I follow. Cython runs all Python code, plus manages extensions for more easily