Fruitful Registry
Home › Developer Tools
LispPad Go icon

LispPad Go

Write Scheme code on the go
US flag US
1 of 1 storefronts
Content in en-US
36 Ratings
4.9
★★★★★
Age Rating
4+
Years
Language
EN
Size
129
MB

Information

Apple ID1565747728
Bundle IDnet.objecthub.LispPad.iOS
SellerSeller
Min iOS17.6
Min macOS14.6
Device familiesiphone, ipad
Released2021-05-03
Copyright© 2021-2026 Matthias Zenger
WebsiteLink ↗
Privacy policyLink ↗

Preview 2 platforms

iPhone 8 images

iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot
iPhone screenshot

iPad 7 images

iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot
iPad screenshot

What’s New Version 2.2.1

• Allow executing commands by pressing return on hardware keyboards (new setting) • Revamped keyboard experience supporting a second extension focused on navigation • Redesigned definition/document structure switchboard user experience • Refreshed user experience for some panels • Fixed inconsistent documentation font sizes • Fixed bugs involving indentation and commenting features

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

Accessibility

ipadiphonemacrealityDevicetvoswatch

Version history 18 versions

Build 882679305v2.2.12026-02-22 21:27:26
• Allow executing commands by pressing return on hardware keyboards (new setting) • Revamped keyboard experience supporting a second extension focused on navigation • Redesigned definition/document structure switchboard user experience • Refreshed user experience for some panels • Fixed inconsistent documentation font sizes • Fixed bugs involving indentation and commenting features
Build 882477694v2.22026-02-15 19:48:13
• Updated app icon • New library and documentation browser • New "center menu" in the editor • Reimplemented canvas view to allow for more complex drawings • Fixed bugs in the file organizer • Allow overriding Prelude.scm • Bug fixes involving quasiquote and cond-expand • New library for handling locations: (lispkit location) • New library for creating and editing PDF documents: (lispkit pdf) • New library for solving computer vision problems: (lispkit vision) • New libraries for processing/manipulating images: (lispkit image), (lispkit image process) • New library for drawing maps: (lispkit draw map) • New library for making and drawing snapshots of web pages: (lispkit draw web) • Extensions of libraries (lispkit draw), (lispkit core), (lispkit enum), (lispkit date-time), and (lispkit object) • New sample code: ImageComposition.scm, OCR.scm, MermaidDiagrams.scm, Pinterest.scm • Updated LispPad Library Reference • Interpreter now based on LispKit 2.6.0
Build 870629163v2.12024-11-23 19:13:30
• Fixed keyboard shortcuts • Support separate sets of editor color schemes for light and dark mode • Allow setting the appearance (light vs. dark) at the application level • Extended available coding fonts • Support for all major JSON standards via libraries (lispkit json) and (lispkit json schema) • Support HTTP-based networking via libraries (lispkit http), (lispkit http oauth), and (lispkit http server) • Deeper integrations into iOS via libraries (lispkit system keychain) and (lispkit system pasteboard) • Support for drawing a variety of different types of bar codes via library (lispkit draw barcode) • New libraries: (lispkit url), (lispkit serialize), (lispkit thread future), and (lispkit thread shared-queue) • Extended libraries: (lispkit box), (lispkit thread), (lispkit system), (lispkit bytevector), (lispkit markdown), (lispkit dynamic), (lispkit control) • New sample code: Keychain.scm, WebAPIs.scm, and Webserver.scm • Updated LispPad Library Reference • Interpreter now based on LispKit 2.5.0
Build 864179385v2.0.12024-03-04 13:50:19
• Support sharing of canvases • Support smarter parenthesis matching for Lisp code • Reimplemented overflow menu of the editor, fixing bugs and providing new line-level features • Reimplemented REPL command history (long-press on "Send" button) • Reimplemented the "Load"/+ menu for reloading recent files and the editor buffer • Log files being loaded into the interpreter • Fixed cursor placement in the interpreter input • Fixed bug preventing the editor buffer to be emptied when "New" was selected • Fixed opening recent and starred files • Improved consistency of icon usage with LispPad on macOS • Updated LispPad Library Reference
Build 862924336v2.0.02024-01-16 02:05:11
• Redesigned the navigation between interpreter and editor • Redesigned the split screen mode for iPads, allowing free positioning of the splitter • Redesigned file/directory browser fixing usability issues and supporting file previews • Introduced drawing canvases (left-swipe in console) in addition to the log view (right-swipe in console) • Libraries can be imported via a swipe in the Libraries view; support for library list refresh • User experience bug fixes, especially involving modal sheets • Ported universal formatting facility from Common Lisp and made it available via library (lispkit format) • Library (lispkit records) now supports extensible records compatible to SRFI 131 • Made application scriptable via library (lisppad system ios) • Extended libraries: (lispkit system), (lispkit port), (lispkit bitset), (lispkit system), (lispkit draw), (lispkit draw turtle), (lispkit core), (lispkit type), (lispkit bytevector) • New libraries: (lisppad system ios), (lisppad turtle), (lispkit format), (lispkit crypto), (lispkit archive tar), (lispkit list set), (srfi 239), (srfi 235) • New sample code: Fractals.scm, Blockchain.scm • Interpreter now based on LispKit 2.4.0
Build 854909763v1.3.42023-02-13 00:30:46
• Improved management of recent files and favorites. • Remember last edited file (can be switched off in the settings) • Improved display of file names in the editor • Fixed bug affecting byte vector copy procedures in library (lispkit bytevector) • Extended library: (lispkit graph) • New libraries: (srfi 228), (srfi 233), and (srfi 236) • Interpreter now based on LispKit 2.3.2
Build 854098007v1.3.32022-12-27 15:11:35
• User interface changes to optimize the look and feel for iOS 16, including revised key bindings • Access to the log viewer in the console by swiping right • New settings for defining the maximum stack size and the maximum number of active calls to trace upon errors • New setting to prevent virtual keyboard extensions to be shown if there is a hardware keyboard • Display call stack when errors are shown on the console • Limit stack size to prevent application crashes • Fixed bug leading to deadlocks when using text ports • Fixed bug allowing to execute empty lists • Fixed serious bug leading to an infinite loop when iterating through stack traces • New procedure in library (lispkit thread): thread-max-stack • New library: (lisppad draw map) • New sample code: DisplayMap.scm • Interpreter now based on LispKit 2.3.1
Build 852335481v1.3.22022-09-21 00:28:16
• iOS 16 bug fixes
Build 851562945v1.3.12022-08-15 02:08:34
• Performance improvements: Optimized code generation for lambdas without captured expressions • Fixed division by zero issues with truncate and floor procedures • Made procedure open-file of library (lispkit system) work on iOS • Extended libraries: (lispkit core), (lispkit string), (lispkit math), (lispkit type), (lispkit enum), (lispkit draw), and (lispkit clos) • New libraries: (lispkit math matrix), (lispkit bitset), (lispkit styled-text), (lispkit draw chart bar), (srfi 118), (srfi 141), (srfi 149), and (srfi 232) • New sample code: ObjectOrientation.scm, DrawBarCharts.scm, and StyledTextDoc.scm • Interpreter now based on LispKit 2.3.0
Build 847477997v1.3.02022-03-02 20:29:07
• Allow setting font in preferences; allow for more granular font size choice • Support for threads • Go-inspired channels for synchronizing threads • Revamp of math libraries, addressing incompatibilities and fixing numerous bugs • Extended libraries (lispkit math), (lispkit math util), (lispkit system), (lispkit port), and (lispkit debug) • New libraries: (lispkit thread), (lispkit thread channel), (scheme flonum), (srfi 18), (srfi 144), (srfi 208), and (srfi 230) • Exceptions now include more information about the active call stack • Interpreter now based on LispKit 2.2.0
Build 846019422v1.2.22021-12-17 00:29:46
• Adjusted colors used in REPL to improve legibility • Fixed bug leading to symbol definition views disappearing behind the keyboard
Build 845994532v1.2.12021-12-16 10:45:53
• Integrated log viewer into console • Increased stack size of interpreter • Fixed file/editor loader • Fixed scrolling within console • Included new documentation for libraries (lispkit prolog), (lispkit math stats), (lispkit math util), (lispkit text-table), (srfi 166), (srfi 227), and (srfi 229) • Interpreter now based on LispKit 2.1.0
Build 844440918v1.2.02021-10-03 00:25:21
• Optimized user interface for iOS 15 • Improved synchronization with iCloud Drive • New in-context documentation viewer • Searchable Libraries view; include libraries that are not loaded • Support for search/replace; save search/replace history; enable case-insensitive search • New procedures icloud-directory and cloud-list in library (lisppad system) • Bug fixes in library (lisppad location) • Interpreter now based on LispKit 2.0.3
Build 843674745v1.1.22021-08-19 11:37:59
• Comprehensive support for keyboard shortcuts • Keyboard shortcut documentation accessible via LispPad menu • Fixed split view-related bugs (on iPadOS) • New library (lisppad location) supporting geocoding and reverse geocoding • New procedure open-in-files-app in library (lisppad system) • New example code • Interpreter now based on LispKit 2.0.2
Build 842943379v1.1.12021-07-04 12:27:08
• Extended keyboard for editing Markdown and Scheme code • Extended edit menu with support for looking up Scheme definitions in console and editor • Syntax highlighting, parenthesis matching, automatic indentation in console • Undo/redo support on iPhones • Improved keyboard dismissal in console • New example code • Interpreter now based on LispKit 2.0.1
Build 842610568v1.1.02021-06-11 17:43:08
• Console/editor split view on iPadOS • Markdown document previewer • Table of contents for markdown documents • Display graphics directly in the console • Support tighter line spacing in the console • Display stack trace in console for errors • Allow dismissing the keyboard in the editor view • New library (lispkit archive zip) for creating, reading, and writing zip archives
Build 842087407v1.0.12021-05-06 14:40:49
• Support opening files in LispPad Go triggered by other apps • Fixed various dark mode-related bugs • File handling improvements and bug fixes • Text editor display improvements
Build 842044039v1.02021-05-03 22:11:38

No pricing data captured yet — comparisons appear once the app has paid storefronts or in-app purchases.

Availability 1 of 1 storefronts

RegionLanguagePriceRatingsAvgVersion
US en-USFree364.92.2.1

Change log 22 changes · US

releaseNotes updated
• Allow executing commands by pressing return on hardware keyboards (new setting) • Revamped keyboard experience supporting a second extension focused on naviga
description updated
LispPad Go is a simple, lightweight, integrated development environment for developing and running Scheme code on iOS. The language supported by LispPad Go is b
subtitle updated
Write Scheme code on the go
name updated
LispPad Go
Version 2.2.1 released
• Allow executing commands by pressing return on hardware keyboards (new setting) • Revamped keyboard experience supporting a second extension focused on navigation • Redesigned definition/document structure switchboard user experience • Re
Version 2.2 released
• Updated app icon • New library and documentation browser • New "center menu" in the editor • Reimplemented canvas view to allow for more complex drawings • Fixed bugs in the file organizer • Allow overriding Prelude.scm • Bug fixes involv
Version 2.1 released
• Fixed keyboard shortcuts • Support separate sets of editor color schemes for light and dark mode • Allow setting the appearance (light vs. dark) at the application level • Extended available coding fonts • Support for all major JSON stand
Version 2.0.1 released
• Support sharing of canvases • Support smarter parenthesis matching for Lisp code • Reimplemented overflow menu of the editor, fixing bugs and providing new line-level features • Reimplemented REPL command history (long-press on "Send" but
Version 2.0.0 released
• Redesigned the navigation between interpreter and editor • Redesigned the split screen mode for iPads, allowing free positioning of the splitter • Redesigned file/directory browser fixing usability issues and supporting file previews • In
Version 1.3.4 released
• Improved management of recent files and favorites. • Remember last edited file (can be switched off in the settings) • Improved display of file names in the editor • Fixed bug affecting byte vector copy procedures in library (lispkit byte
Version 1.3.3 released
• User interface changes to optimize the look and feel for iOS 16, including revised key bindings • Access to the log viewer in the console by swiping right • New settings for defining the maximum stack size and the maximum number of active
Version 1.3.2 released
• iOS 16 bug fixes
Version 1.3.1 released
• Performance improvements: Optimized code generation for lambdas without captured expressions • Fixed division by zero issues with truncate and floor procedures • Made procedure open-file of library (lispkit system) work on iOS • Extended
Version 1.3.0 released
• Allow setting font in preferences; allow for more granular font size choice • Support for threads • Go-inspired channels for synchronizing threads • Revamp of math libraries, addressing incompatibilities and fixing numerous bugs • Extende
Version 1.2.2 released
• Adjusted colors used in REPL to improve legibility • Fixed bug leading to symbol definition views disappearing behind the keyboard
Version 1.2.1 released
• Integrated log viewer into console • Increased stack size of interpreter • Fixed file/editor loader • Fixed scrolling within console • Included new documentation for libraries (lispkit prolog), (lispkit math stats), (lispkit math util), (
Version 1.2.0 released
• Optimized user interface for iOS 15 • Improved synchronization with iCloud Drive • New in-context documentation viewer • Searchable Libraries view; include libraries that are not loaded • Support for search/replace; save search/replace hi
Version 1.1.2 released
• Comprehensive support for keyboard shortcuts • Keyboard shortcut documentation accessible via LispPad menu • Fixed split view-related bugs (on iPadOS) • New library (lisppad location) supporting geocoding and reverse geocoding • New proce
Version 1.1.1 released
• Extended keyboard for editing Markdown and Scheme code • Extended edit menu with support for looking up Scheme definitions in console and editor • Syntax highlighting, parenthesis matching, automatic indentation in console • Undo/redo sup
Version 1.1.0 released
• Console/editor split view on iPadOS • Markdown document previewer • Table of contents for markdown documents • Display graphics directly in the console • Support tighter line spacing in the console • Display stack trace in console for err
Version 1.0.1 released
• Support opening files in LispPad Go triggered by other apps • Fixed various dark mode-related bugs • File handling improvements and bug fixes • Text editor display improvements
Version 1.0 released
expanded screenshot