views:

262

answers:

2

Hi all, what are your advices on building a very minimalistic version of Python(2.x) for my application's scripting needs.

My main motive here is to keep the foot print (both memory and disk wise) as low as possible so that my native application won't suffer from any major performance hit. Even the Python DLL size is in consideration because of the possibility of increasing boot up time of my application.

Can we go as low as Lua or other lightweight solutions?

+5  A: 

Have you tried Tiny Python?

Jon Cage
A: 

You can use only the dll

arthurprs