Damon Kohler

Results 225 comments of Damon Kohler

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` @ben.goetter If you can point to the JARs, I can try to get them integrated. ``` Original comment by `[email protected]` on 22...

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` anyone know about the current status of this? ase is currently the best/only way to script an unrooted android on site, scheme...

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` FWIW, I had some extra time for fiddling about with sl4a and got Scheme (jScheme 7.2) to run on sl4a. I do...

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` For the curious, here's the Scheme interpreter installer APK. http://hdlfactory.com/files/sl4a/sl4a-scheme.apk A word of warning, though: it currently downloads scripts from my website....

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` Ok, I uploaded the first version of the Scheme adapter. See https://groups.google.com/forum/#!forum/android-scripting for details (announcement is still pending in the group, though,...

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` I tested Jscheme codes such as ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (define (fibonacci x) (if (< x 2) x (+ (fibonacci (- x 1)) (fibonacci (-...

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` It seems to fall(fail) when you use the Add Menu "jScheme 7.2" in SL4A. I made/save the fibonacci script in my own...

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` >It seems to fall(fail) when you use the Add Menu "jScheme 7.2" in SL4A. I figured out the reason. It's not because...

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` FYI: This issue can now be closed. Report any problems with the Scheme interpreter adapter for Android at http://code.google.com/p/sl4a-scheme/issues ``` Original comment...

_From @GoogleCodeExporter on May 31, 2015 11:23_ ``` >To Comment 11 This issue shouldn't close because "sl4a-scheme" can't access to the SL4A API yet. But I wrote a method to...