7

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

Jon Romero
  • 4,062
  • 6
  • 36
  • 34

3 Answers3

4

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...

akuhn
  • 27,477
  • 2
  • 76
  • 91
3

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.

1

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

dsm
  • 10,263
  • 1
  • 38
  • 72