QUERY · ISSUE
MicroPython compatability issue with CPython
docs
Hi all,
I am wondering why MicroPython have so many inconsistencies with standard CPython ?
Do you plan to make it fully compatible with CPython ?
We need it because it split ecosystem and decrease compatible between libraries for MicroPython and CPython
CANDIDATE · ISSUE
Why MicroPython isn't tailored from CPython
Hi,
Just noticed MicroPython, which is very helpful for embedded systems.
Just for my curiosity, why create micropython from zero and then to keep compatibility with CPython?
Why not tailor CPython to "MicroPython" as a minimal set?
Thanks.