Schemoid — the Scheme REPL for Android
Some developers think that making an interpreter that had a couple of features of lambda calculus is a nifty product -- "Look, mom! I made a little Scheme interpreter!" I don't. Further, I'm critical of any such effort that seems to spend more time on the GUI than on the language. Why not take something that actually WORKS, and port it to the Android platform (with credit given)??
Brilliant! But I used to the 9-key keyboard,it doesn't do well
You're not going to make anything serious with this, but it is fun to play with and a good way to pass the time trying out Scheme snippets. Props to the developer for not putting ads in. Sadly, as the dev points out, JScheme does seem to put a damper on things.
Fantastic!
by Z####:
This is one of the best interpreter interfaces I've ever seen on a mobile programming app. The app has a line selection and copying system that allows you to select any arbitrary set of previous lines and then it will copy and concatenate them all when you click the copy button. The biggest weakness of the app is its inability to load script files. The only scheme apps that support script file loading on the app store have terrible library support (e.g. missing even basic functions like "apply"). In contrast, this one has good support for the basic libraries, but has no script file loading. Hopefully the developer will add in the ability to load scripts, as this is currently the biggest weakness of this app by far.