Can Gambit be used to develop apps for the Android? If so, are there any docs on it? If not, is there another Scheme or Lisp that could be used?
Thanks, Steve
Afficher les réponses par date
On Apr 26, 2011, at 11:30 AM, Steve Graham wrote:
Can Gambit be used to develop apps for the Android? If so, are there any docs on it?
Google suggests this:
http://seanchapel.blogspot.com/2010/10/gambit-scheme-on-android.html
and this:
https://github.com/seoushi/gambit-android-example
If not, is there another Scheme or Lisp that could be used?
Per Bothner's Kawa scheme:
http://per.bothner.com/blog/2009/AndroidHelloScheme/
warmest regards,
Ralph
Raffael Cavallaro raffaelcavallaro@me.com
Can Gambit be used to develop apps for the Android? If so, are there any
docs on it?
Google suggests this:
http://seanchapel.blogspot.com/2010/10/gambit-scheme-on-android.html
These steps are no longer necessary, gambit has been fixed to compile correctly using NDK 5, I haven't tried 6 but I assume it should work as well.
and this:
Let me know if this doesn't work for you and I'll help you out.
-Sean Chapel