Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

IIRC, Guido recognized only PyPy, Jython, and IronPython as alternate 
conforming implementations.   A number of other projects were python-like but 
were also going off in their own directions not subject to his pronouncements.

MicroPython is a pretty cool project but I don't think that its goal is for 
most code written for CPython would run on MicroPython or vice-versa.

That said, somewhere in the docs (a FAQ entry) there should be a list some of 
pythonesque implementation like MicroPython, CircuitPython, CPython, VPython, 
etc.

IMO, the Language Reference is the wrong place.  That document (which used to 
be subtitled "for language lawyers only") is intended to be the most precise 
and offical specification of the Python language.  It doesn't make sense to 
reference implementations that don't follow the specification.

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33876>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to