On 2017-04-20 10:35, Jay McCarthy 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

I have had some success using Racket in text mode as follows.
1. Install GNURoot Debian from the Play store. (This does NOT require a rooted device).
2. Install your favorite editor (apt-get install vim/emacs/whatever).
3. Install racket from the jessie-backports repository (apt-get -t=jessie-backports install racket). That gets you 6.7, which isn't current, but isn't too far back.

This gives you a terminal-based REPL, and access to the command-line Racket tools. It does not give you graphics or a GUI.

This worked fairly well on my Samsung Galaxy Tab 4 tablet (which died this morning), and also seems to work on my new Lenovo Tab 10. No speed demon, but it's quite usable, at least for writing and running bits and pieces of code, which is what I've used it for so far.

I did try, on the Samsung, installing the XSDL X server. I was able to get Dr Racket working, but it was too slow to be usable. Maybe somebody who knows more about such things can add some advice.

This is certainly no plug-and-play solution to the problem, but it may be useful to some people.

Of course, Racket (or programming in general) with an onscreen keyboard is too painful for words. You almost certainly will need a Bluetooth or similar keyboard.

-- vincent





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