On Wed, Sep 23, 2009 at 1:27 PM, gary liquid <[email protected]> wrote:

>> Sounds like you want to use Python, with few select extensions in C/C++
>> ;-).
>
>
> probably, but performance for many things in python limits it.
> liqbase is optimized to hell and runs amazingly fast even on n8x0 hardware

Indeed (I've tried it).

> i tried a quick test of a python wrapper for liqbase last night actually and
> barring expected bugs it appeared to open a liq* window happily :)
> but it would need more than a python interface to the lib - currently as
> well as standalone binaries, liq* apps are compiled as .so libraries and
> snap together into the playground - i have no idea how to allow direct
> loading of .py files from within my c code

You emdbed a python interpreter to your app:

http://docs.python.org/extending/embedding.html

-- 
Ville M. Vainio
http://tinyurl.com/vainio
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to