开发者

Is there is any Scripting languages is used for mobile application development? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

Is there is any Scripting languages is used for mobile application development?

For example java script,vb s开发者_如何学编程cript is used for web development.Like any scripting language is used for mobile application development along with J2me.

Thanks & Regards, Sivakumar.J


I have been successfully using Lua language for MIDP and Blackberry platforms for quite some time. My experience is quite positve and I strongly recommend it.

You could use a CLDC 1.1 port of Lua Kahlua2

Do let me know if you have any queries using it.

Edit: I stumbled upon this link HECL, which also looks okay. But the language seems unpolished for my tastes.


For Android, sl4a is good choice with a rich API's included & support for many scripting languages ex: Python, Perl, lua etc.


I'm not sure if this is what you mean, but Android has SL4A (Scripting Layer for Android) which supports lots of scripting languages, among them Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl.


Symbian supports Python (with Qt bindings from Nokia) and Ruby.


When using standard web technologies to develop web applications, a big constraint is the context in which the application should run. In particular the mobile context is very different from the desktop one even in the design of web applications. Many aspects should be taken into consideration related to hardware and software constraints to which every mobile device is subjected.

It depends onrequirements for your application. For example:

  • If as better as possible performance is needed,than a low level language like,Assembler, C or C++, has to be used

  • If as better as possible UI is needed,than a high level language, like Java, C# orVisual Basic, has to be used

It is recommended thata prototype of the application and its UIis designed with a high level language.

Also, it is not just a question of some programming language. It is a combination of many-many factors and one of them is a right set of helperlibraries. An UI library, like QT, could significantly speed up the development process.

In overall, your application could use any set of different languages and helper libraries.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜