I should point out that the current racket-android project does not
currently support most of the Android APIs that developers are used
to, and instead offers an OpenGL ES context. This is because the
android-ndk does not have those APIs (unlike the sdk.) FWIW, if you do
want them, there are C wrappers you can use, and then you can use the
FFI to use those. Although I have no idea what the speed would be,
probably slow though.

~Leif Andersen


On Thu, Apr 20, 2017 at 1:35 PM, Jay McCarthy <jay.mccar...@gmail.com> wrote:
> I interpret the question as, "Can I download something, write Racket
> programs on my tablet, and run them?"
>
> The answer to that is "No".
>
> Instead, "racket-android" lets you write an Android app in Racket.
>
> Jay
>
> On Thu, Apr 20, 2017 at 1:10 PM, Vincent St-Amour
> <stamo...@eecs.northwestern.edu> wrote:
>> There is! Thanks to Jay McCarthy, Byron Davies, and Black Swan Learning LLC.
>>
>> https://github.com/jeapostrophe/racket-android
>>
>> Vincent
>>
>>
>> On Thu, 20 Apr 2017 11:30:55 -0500,
>> Lawrence Bottorff wrote:
>>>
>>> Is there a version of Racket for Android yet?
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "Racket Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to racket-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to racket-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> -=[     Jay McCarthy               http://jeapostrophe.github.io    ]=-
> -=[ Associate Professor        PLT @ CS @ UMass Lowell     ]=-
> -=[ Moses 1:33: And worlds without number have I created; ]=-
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to