Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72514 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-06-03 23:11 +1000 |
| Last post | 2014-06-05 10:18 +0300 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-06-03 23:11 +1000 |
| Subject | Re: Micro Python -- a lean and efficient implementation of Python 3 |
| Message-ID | <mailman.10621.1401801108.18130.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | Anssi Saari <as@sci.fi> |
|---|---|
| Date | 2014-06-05 10:18 +0300 |
| Message-ID | <vg3mwdqz95h.fsf@coffee.modeemi.fi> |
| In reply to | #72514 |
Chris Angelico <rosuav@gmail.com> writes: > 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? I meant to say % formatting for strings but that's apparently been added recently. My previous micropython build was from February.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web