Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programming on (not *for*) an Android device

Tags:

android

mobile

Are there any interpreters available for the Android platform for any language at all? If so, do they work with both physical and on-screen keyboards?

like image 766
user4812 Avatar asked Jul 02 '09 23:07

user4812


2 Answers

I think you can use android scripting engine and play with python and other languages on the device. An article¹ seems to confirm that (with a screenshot of a huge "Edit" button ;-))

¹ http://www.linux-mag.com/id/7370/

like image 177
liori Avatar answered Nov 06 '22 04:11

liori


RFO BASIC! is availble. It is a very full featured basic and can even compile into stand alone code. Availble for free in Android market

http://www.laughton.com/basic/

like image 4
Marshall Avatar answered Nov 06 '22 06:11

Marshall