PyMite release 07 announced
[Posted March 9, 2009 by cook]
| From: |
| dwhall <dwhall256-AT-gmail.com> |
| To: |
| comp-lang-python-announce-AT-moderators.isc.org |
| Subject: |
| ANN: PyMite release 07 |
| Date: |
| Sun, 8 Mar 2009 12:22:53 -0700 (PDT) |
| Message-ID: |
| <e06ccc93-68bb-4729-91e7-b41db8fcfe67@a12g2000yqm.googlegroups.com> |
| Archive-link: |
| Article, Thread
|
======
PyMite
======
:Author: Dean Hall
:Copyright: Copyright 2002 Dean Hall. All rights reserved.
PyMite is offered through one of two licenses: commercial
or open-source.
See the LICENSE file at the root of the package for
licensing details.
:Release: 07
:Site: http://pymite.python-hosting.com/
I would like to announce the seventh release of PyMite.
PyMite is a flyweight Python interpreter written from scratch to
execute
on 8-bit and larger microcontrollers with resources as limited as 64
KB of
program memory (flash) and 4 KB of RAM. PyMite supports a subset
of the Python 2.5 syntax and can execute a subset of the Python 2.5
bytecodes. PyMite can also be compiled, tested and executed on a
desktop
computer.
Here are the important new features in this release:
- Interactive PyMite (ipm) works on AVR over serial port
- Added support for the keyword lambda
- Added support for list comprehensions
- Fixed sys.runInThread()
- Implemented builtin function dir()
- Added support for string and tuple replication
- Added support for funcs with default args
- Added support for the keyword del
- Created configurable Float datatype
- Added support for Boolean type and True/False constants
- Created dict, list and string modules that operate on their
respective built-in types
- Added support to allow heap larger than 64 KB
!!Dean
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)