jvmjava-meinterpreternokia

What programming languages target J2ME?


I recently received a Nokia 5000 phone. Now I want to write software for it. Trouble is, I don't know Java.

Now I've heard of other languages which supposedly make possible development without recourse to Java, languages like CellularBASIC (which looks a bit like QBASIC) and Hecl (which seems to be based on Tcl).

Are these the only ones? Links, please!


Solution

  • (I wrote Hecl, by the way, so ask away if you have questions about it)

    I think there is a version of Forth floating around, and maybe an attempt at Lua.

    J2ME is still a fairly limited environment though, so you're not going to get 'kitchen sink' languages unless they compile down to Java bytecodes. Symbian phones support some sort of Python, but that's not J2ME.