PyPy as micropython Replacement

Hi All, I was wondering if PyPy would be a good candidate to create an embedded distribution of Python similar to micropython. Do you think it would be feasible to create an installation (stripped of things like Tkinter and other unneeded modules) that could execute with as little as say 2-4 MB of heap on an ARM7 running Linux? Thanks, Mark

Hi Mark, On Tue, 19 Mar 2019 at 12:46, Mark Melvin <mark.melvin@gmail.com> wrote:
I was wondering if PyPy would be a good candidate to create an embedded distribution of Python similar to micropython.
No, PyPy's minimal memory requirements are larger than CPython's. A bientôt, Armin.

Hi Mark, On Tue, 19 Mar 2019 at 12:46, Mark Melvin <mark.melvin@gmail.com> wrote:
I was wondering if PyPy would be a good candidate to create an embedded distribution of Python similar to micropython.
No, PyPy's minimal memory requirements are larger than CPython's. A bientôt, Armin.
participants (2)
-
Armin Rigo
-
Mark Melvin