LispPad

net.objecthub.LispPad

Total installs
0+
Rating
0.0
Released
July 17, 2017
Last updated
November 25, 2024
Category
Developer Tools
Developer
Matthias Zenger
Developer details
Name
Matthias Zenger
E-mail
unknown
Website
https://zenger.org
Country
unknown
Address
unknown
iOS SDKs
  • No items.

Screenshots

LispPad Screenshot 1 - AppWisp.com
LispPad Screenshot 2 - AppWisp.com
LispPad Screenshot 3 - AppWisp.com
LispPad Screenshot 4 - AppWisp.com

Description

LispPad is a simple, lightweight, integrated development environment for developing and running Scheme code on macOS and iOS. The language supported by LispPad is based on the R7RS standard of the Scheme programming language. LispPad 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, text completion, page guides, etc.

• A large range of libraries, including macOS-specific libraries e.g. for networking, graphics, audio, databases, archival, text processing, etc.

The Scheme dialect supported by LispPad 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

• Threads

• 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 records

• R6RS-compliant hashtables

• R6RS-compliant enumerations

• All R7RS libraries

LispPad focuses on simplicity and ease of use. A number of standard Scheme libraries are built into LispPad to facilitate porting existing Scheme code. LispPad is able to sync code with LispPad Go on iOS via iCloud.