Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始开发到 Bada 平台。但 C++ 不是我最喜欢的语言。那么,有没有办法在 Bada 上运行 Python 呢?
更新:对于 Android,有一个脚本层 ( SL4A ),它可以使用高级脚本语言在设备本身上快速为 android 应用程序原型。巴达没有这样的事吗?
谢谢。
是否可以在 Bada 上使用 Python?
简单来说,没有。
应用程序必须最初用 C/C++/Objective-C 编写。不允许使用第三方 API、开发工具或“代码翻译器(例如从 Python 到 C++)。
你甚至不能编译非常经典的库,例如 OpenSSL 或 libCurl。STL的支持不完整
Bada 平台 API 比 Apple 的要封闭得多。
您可以尝试使用 boost::python,但我不确定它是否会以正确的方式工作。