LispPad Go

LispPad Go
Developer: Matthias Zenger
Category: Developer Tools
2.1K installs
42 ratings
170 monthly active users
Revenue not available

LispPad Go Summary

LispPad Go is a mobile iOS app in Developer Tools by Matthias Zenger. Released in May 2021 (4 years ago). It has 42 ratings with a 4.90★ (excellent) average. Based on AppGoblin estimates, it reaches roughly 170 monthly active users . Store metadata: updated Feb 22, 2026.

Store info: Last updated on App Store on Feb 22, 2026 .


4.9★

Ratings: 42

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot
App screenshot
App screenshot

App Description

LispPad Go is a simple, lightweight, integrated development environment for developing and running Scheme code on iOS. The language supported by LispPad Go is based on the R7RS standard of the Scheme programming language. LispPad Go provides the following components:

• A fully integrated Scheme interpreter
• A console with a read-eval-print loop to interact with the interpreter
• A text editor for writing Scheme code, supporting syntax highlighting, smart indentation, parenthesis matching, etc.
• A large range of libraries, including iOS-specific libraries e.g. for networking, graphics, audio, databases, archival, text processing, etc.

The Scheme dialect supported by LispPad Go provides the following features:

• R7RS-compliant libraries
• Hygienic macros based on syntax-rules
• First-class environments
• call/cc, dynamic-wind and exceptions
• Dynamically-scoped parameters
• Multiple return values
• Delayed execution via promises and streams
• Support for the full numerical tower consisting of arbitrary size integers, rationals, real numbers, and inexact complex numbers.
• Unicode strings and characters
• Vectors and bytevectors
• Text and binary ports
• R7RS-compliant extensible records
• R6RS-compliant hashtables and enumerations
• Threads