ANN: Python-on-a-Chip release 09


[font=courier new]================
python-on-a-chip
================
featuring pymite vm
=======================

:author: dean hall
:copyright: python-on-a-chip copyright 2003, 2006, 2007, 2009, 2010 dean hall , others.
           python-on-a-chip licensed under gnu lesser general public license v 2.1
           pymite copyright 2003, 2006, 2007, 2009, 2010 dean hall.
           pymite licensed under gnu general public license v 2
           or commercial license.
           this software offered no warranty.  see license details.
:release: 09
:site: http://www.pythononachip.org

the python-on-a-chip project pleased announce release 09.

python-on-a-chip (p14p) project develop reduced python
virtual machine (codenamed pymite) runs significant subset
of python language on microcontrollers without os.
the other parts of p14p device drivers, high-level libraries
and other tools.

p14p runs on microcontroller 8k of ram or more,
including arduino mega.

here important new features , fixes in release:

- classes multiple inheritance
- generators iterators, expressions , coroutines
- string concatenation using addition operator '+'
- migrated python 2.6 compiler , bytecodes
- backtick operator (s=`x`) integers , floats
- string format (%) using %d,s,f format chars
- closures. allows decorators argument
- bytearray class: packet = bytearray(128); b = bytearray(b"abc")
- improved appearance of ipm
- fixed 3 nasty defects in garbage collector
- improved readability of exception tracebacks platforms
- moved native function tables "const" save ram
- added iter() builtins (commented out)
- fixed string.count , string.find
[/font]



Arduino Forum > Forum 2005-2010 (read only) > Software > Development > ANN: Python-on-a-Chip release 09


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums