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.

link|improve this question
Meego seems your better bet with QT bindings wiki.meego.com/Python . I am waiting for a distro that works on the "Tab" format (like iPad) – aitchnyu Sep 23 '11 at 13:04
But Meego isn't another operating system? how can an application developed for Meego can run on Bada platform? – Diego Sep 23 '11 at 15:27
feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

You can try with boost::python, but Im not sure if it will work in a proper way.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.