Re: [pypy-dev] PyPy as micropython Replacement

2019-03-19 Thread Mark Melvin
OK. Thanks for the quick reply, Armin. Mark On Tue., Mar. 19, 2019, 12:01 p.m. Armin Rigo, wrote: > Hi Mark, > > On Tue, 19 Mar 2019 at 12:46, Mark Melvin wrote: > > I was wondering if PyPy would be a good candidate to create an embedded > distribution of Python similar to micropython. > > No,

Re: [pypy-dev] PyPy as micropython Replacement

2019-03-19 Thread Armin Rigo
Hi Mark, On Tue, 19 Mar 2019 at 12:46, Mark Melvin 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. ___