Write android apps / websites in plt scheme.
planet.plt-scheme.org
Write android apps / websites in plt scheme.
1–10 of 16 posts
Re: Write android apps / websites in plt scheme.
#2Re: Write android apps / websites in plt scheme.
#3Re: Write android apps / websites in plt scheme.
#4On a related note: since I consider writing my next Android App in Clojure, how feasible is it to port from Clojure to another LISP/Scheme? I think Gambit Scheme can be used to write iPhone apps.
Re: Write android apps / websites in plt scheme.
#5On a related note: since I consider writing my next Android App in Clojure, how feasible is it to port from Clojure to another LISP/Scheme? I think Gambit Scheme can be used to write iPhone apps.
I have been considering using Clojure for Android, too. My primary concerns are that it takes a long time to start up, and runs slowly. My understanding is that by default, Clojure depends heavily on a dynamic runtime, and Dalvik, the Android virtual machine, makes introspection quite expensive. See Remco van't Veer's posts on the clojure group. (He's the guy behind the clojure-android fork.)
Re: Write android apps / websites in plt scheme.
#6On a related note: since I consider writing my next Android App in Clojure, how feasible is it to port from Clojure to another LISP/Scheme? I think Gambit Scheme can be used to write iPhone apps.
Re: Write android apps / websites in plt scheme.
#7Earlier quoted context omitted.
I have been considering using Clojure for Android, too. My primary concerns are that it takes a long time to start up, and runs slowly. My understanding is that by default, Clojure depends heavily on a dynamic runtime, and Dalvik, the Android virtual machine, makes introspection quite expensive. See Remco van't Veer's posts on the clojure group. (He's the guy behind the clojure-android fork.)
What about using Kawa Scheme, like Hal Abelson did with App Inventor for Android?
Re: Write android apps / websites in plt scheme.
#8Re: Write android apps / websites in plt scheme.
#9Hi, I'm one of the primary developers of Moby-Scheme. If you have any questions, please let me know!
Re: Write android apps / websites in plt scheme.
#10Hi, I'm one of the primary developers of Moby-Scheme. If you have any questions, please let me know!