Is there any way to run Python on Bada?
I'm starting developing to Bada platform. But C++ isn't my favorite language. So, is there any way to run Python on Bada?
Update: For Android there is 开发者_运维技巧a scpripting layer (SL4A), and it's make possible to quickly prototype applications for android on the device itself using high level scripting languages. Is there nothing like that for Bada?
Thanks.
Is it possible to use Python on Bada ?
In simple words No.
Applications must be written originally in C/C++/Objective-C . No third-party APIs, development tools or “code translators (e.g. from Python to C++) are allowed.
You can’t even compile very classic library such as OpenSSL or libCurl. The support of the STL is not complete
The Bada platform APIs are a lot more closed than Apple’s ones.
You can try with boost::python, but Im not sure if it will work in a proper way.
精彩评论