I'm not C expert so what I'm asking might be crazy.
Is it possible to compile CPython using an ARM c-compiler (like yagarto or arm-gcc) and then call it from a C application to process lines of python code?
If so, what are the resources/documents I should be looking at?
Embedding Python in Another Application on Python.org