CPython 作为 C 库(从 C 执行 Python 代码)
我不是 C 专家,所以我的要求可能很疯狂。
是否可以使用 ARM c 编译器(如 yagarto 或 arm-gcc)来编译 CPython 然后从 C 应用程序调用它来处理 Python 代码行?
如果是这样,我应该查看哪些资源/文档?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Python.org 上的在另一个应用程序中嵌入 Python
Embedding Python in Another Application on Python.org