LispPad Go
LispPad Go is #164 in Developer Tools Free in France and charting in 1 of 24 countries we track.
Updated 27 Sep 2026 · rankings refresh through the day
DeveloperMatthias Zenger
CategoryDeveloper Tools
PriceFree
Released
Rating★ 5.0 (5)
Version2.3.1
Age rating4+
First seen by us
27 Sep 2026
Installs (est.)5k+ worldwide
Rating
5.0 ★
5 ratings
Measured
Best rank now
#164
Measured
LispPad Go on the App Store
App details
App ID
1565747728
Publisher
Matthias Zenger
Minimum OS
iOS 17.6+
Content rating
4+
Languages
1
EN
Size
135 MB
LispPad Go downloads
Worldwide, per day, and installs to date. The band is open; the exact number is free with an account.
How this is calculated
Apple publishes no download counts. iPhone downloads come from chart positions and daily rating growth per country, calibrated on Google Play install counts; lifetime installs from ratings worldwide × installs per rating. Confidence is the chance the real number is within half to double ours.
Where it ranks now
Every top chart it appears in across 24 countries.
| Country | Charts | Rank |
|---|---|---|
| Developer ToolsFree | #164 |
Apps near LispPad Go on the chart
Developer Tools Free, around #164.
Ratings
App Store, worldwide.
Rating
5.0 ★
5 ratings
Measured
Ratings
5
Measured
About LispPad Go
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.
• Support for the Shortcuts app, allowing the execution of LispPad programs as standalone applications
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
• 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.
• Support for the Shortcuts app, allowing the execution of LispPad programs as standalone applications
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
Latest updates
2.3.1
• Introduced library (lisppad system) to enable programs across macOS and iOS that use functionality exposed by (lisppad system macos) and (lisppad system ios)
- New library supporting speech synthesis: (lisppad speech)
- Bugfixes in library (lispkit date-time)
- New sample code: DrawCalendar.scm
- Updated documentation