LWN.net Logo

PyMite release 06 announced

From:  dwhall <dwhall256-AT-gmail.com>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  ANN: PyMite release 06
Date:  Fri, 30 Jan 2009 21:06:10 -0800 (PST)
Message-ID:  <7b0b5766-0e28-456e-bd6e-e19e465f9d62@i20g2000prf.googlegroups.com>

======
PyMite
======

:Author:    Dean Hall
:Copyright: Copyright 2002 Dean Hall.
            All of the source code for PyMite is licensed under
            the GNU General Public License v2,
            except for AT91SAM7 files released by Atmel without
copyright.
:Release:   06
:Site:      http://pymite.python-hosting.com/


I would like to announce the sixth 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.

PyMite works pretty well, but you need to know C, makefiles
and how to cross-compile using gcc or other compiler.

!!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)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds