Symbian Embedded Programming Language

Is there any built-in programming language for Symbian that will allow me to code on the device itself?

+4
source share
2 answers

PyS60 is Python on the Symbian platform (S60). I have never used it, but I am sure that an interactive interpreter is available there.

They have been in Python 2.2 for a very long time, but they have finally "upgraded" to Python 2.5.4 recently.

+4
source

Wikipedia is your friend: Development on Symbian OS .

0
source

All Articles