vote up 4 vote down star

It seems that programming ON a mobile device (instead of FOR a mobile device) could be easier if a lisp existed that run on J2ME.

Do you know any (preferably opensource) lisp/smalltalk apps? I searched the web and I couldn't find a working J2ME lisp. Is it so difficult to port it to J2ME?

Thanks

flag

3 Answers

vote up 2 vote down check

I managed myself to make http://norvig.com/jscheme.html work in j2me, by removing all UI related classes...It worked, but my cellphone is TOO small and I dont have the time... I've only tested it with some (fac n)... but lisp is not for me, I'm not that smart.

link|flag
1  
Does Clojure not run on J2ME? Could it be made to? clojure.org – Aaron Feb 24 at 18:05
vote up 4 vote down

Maybe this tiny lisp will run on J2ME: https://www.iam.unibe.ch/scg/svn_repos/Sources/Cells/src/lisp/

If you give it a try, let me know how it worked...

link|flag
vote up 1 vote down

You could try Kawa, but I am not certain it will run.

link|flag

Your Answer

Get an OpenID
or

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