Embedded size?

Fredrik Lundh fredrik at pythonware.com
Tue Nov 30 03:45:04 EST 1999


freshhorses at earthlink.net wrote:
> Were I to embed Python as my in-application scripting language, how
> much space would it need in both code and memory?  I don't see
> anything obvious on the org site discussing those sorts of
> requirements :)

well, if you do things the right way, you'll
probably save both code and memory by
adding the interpreter to your app (not to
mention development time!).

but if you're interested in downsizing python,
take a look at the material at:

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

</F>





More information about the Python-list mailing list