Deeply Embedded Python 0.1

Ivan Porres Paltor Ivan.Porres@abo.fi
Mon, 02 Aug 99 18:08:25 GMT


Deeply Embedded Python is a minimal version of the Python virtual
machine. It is targeted to small embedded systems where it is
necessary a trade-off between language features and memory footprint
of the interpreter. With this patch, it is possible to build a python
interpreter WITHOUT support for float, complex and long numbers, file 
objects, parser, compiler and depedencies with any operating system.

Deeply Embedded Python is distributed as a patch file for the Python
1.5.1 source tree. You can download the patch and its documentation
from:

http://www.abo.fi/~iporres/python 

The patch can be distributed freely.

Enjoy!
Ivan

== 

<P><A HREF="http://www.abo.fi/~iporres/python/">Deeply Embedded Python
0.1</A> - A minimal version of the Python virtual machine for small
embedded systems.  (02-Aug-99)

-- 
Ivan Porres Paltor                    Turku Centre for Computer Science
Åbo Akademi, Department of Computer Science  Phone: +358-2-2154033   
Lemminkäinengatan 14A                             
FIN-20520 Turku - Finland                    http://www.abo.fi/~iporres

-- 
----------- comp.lang.python.announce (moderated) ----------
Article Submission Address:  python-announce@python.org
Python Language Home Page:   http://www.python.org/
Python Quick Help Index:     http://www.python.org/Help.html
------------------------------------------------------------