Simple Scheme Apk

Simple Scheme Apk

Latest version 1.24
20 Jul 2017

Older Versions

Apk Infos

Version1.24
Rating4.0/5, based on 126 votes
Size‎760.2 KB
Requires AndroidAndroid 3.0+ (Honeycomb)
Author's NotesA Scheme-like programming language and syntax highlighted editor for Android

About Simple Scheme APK

Simple Scheme APK Download for Android
Simple Scheme APK Download for Android

Description

Ever been away from your computer and thought, "Boy, I wish I could be writing Scheme code right now"? Well, now you can! Simple Scheme is a Java/Android implementation of a Scheme-like programming language and syntax highlighted editor.

It includes implementations of most features found in traditional Scheme (e.g., definitions, let, let*, letrec, if, cond, lambda, lists) with a very similar syntax. Because it's implemented in Java, we use long and double types to represent numbers, e.g., 2/3 does not have an exact representation.

Simple Scheme also includes an implementation of image functions similar to Racket's image module (http://docs.racket-lang.org/teachpack/2htdpimage.html).

See http://bryanchadwick.com/simplescheme/ for documentation and examples.

Enjoy!

Latest updates

What's new in version 1.24

Added set! expressions and ability to use macro arguments as names in let-bindings.

I'll update the documentation here soon:
http://bryanchadwick.com/simplescheme/

How to install Simple Scheme APK on Android phone or tablet?

Download Simple Scheme APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (chadwick.apps.simplescheme-v1.24-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.24 (31)760.2 KB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★I have a problem with "remainder" it doesn't work, i hope you can fix it soon
5 ★I use it to try programming code that I'm thinking about. I saves all you do in case you forget what you did.
1 ★Coding, yes. Run, no
5 ★So far looks the most useful among the other scheme apps as it can save/load files. Thanks to author.
5 ★Thanks, Simple Scheme!
4 ★i like dis app but there is a bug that i can`t load my file
4 ★simple but effective
5 ★Amazing, now I'm able to hack away on the go :) Just one thing: I can save to the SD card but not read from it. I'm guessing it's because of the new changes in kitkat. Hopefully this gets looked at soon.
5 ★Awesome except could use some improvements such as file choosing, tutorial or examples.
5 ★merveilleux, merci Monsieur Chadwick.
1 ★Good for syntax-highlighted Scheme coding I guess...but nothing will run in the REPL? Not even simple primitive calls like add1 or cons. And what good is coding if you can't test? Please fix as I would love to change my rating! Also this is more of a minor note, but it would be nice if the editor auto-indented to the correct depth after a new line.
2 ★(define (conv0 acc s base) 0) (conv 0 "42" 10) is enough to repeatably crash on my S5.