Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72514

Re: Micro Python -- a lean and efficient implementation of Python 3

References <CANw+MznPsKgJiW6e_O370VUsmVVxBfQ=M_7WUyU7+wNh+-qefA@mail.gmail.com>
Date 2014-06-03 23:11 +1000
Subject Re: Micro Python -- a lean and efficient implementation of Python 3
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.10621.1401801108.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Jun 3, 2014 at 10:27 PM, Damien George
<damien.p.george@gmail.com> wrote:
> - Supports almost full Python 3 syntax, including yield (compiles
> 99.99% of the Python 3 standard library).
> - It supports a growing subset of Python 3 types and operations.
> - Part of the Python 3 standard library has already been ported to
> Micro Python, and work is ongoing to port as much as feasible.

I don't have an actual use-case for this, as I don't target
microcontrollers, but I'm curious: What parts of Py3 syntax aren't
supported? And since you say "port as much as feasible", presumably
there'll be parts that are never supported. Are there some syntactic
elements that just take up way too much memory?

ChrisA

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Micro Python -- a lean and efficient implementation of Python 3 Chris Angelico <rosuav@gmail.com> - 2014-06-03 23:11 +1000
  Re: Micro Python -- a lean and efficient implementation of Python 3 Anssi Saari <as@sci.fi> - 2014-06-05 10:18 +0300

csiph-web