Ratings & Reviews performance provides an overview of what users think of your app. Here are the key metrics to help you identify how your app is rated by users and how successful is your review management strategy.
LispPad is a simple, lightweight, integrated development environment for developing and running Scheme code on iOS and macOS. 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, 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 • 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 and enumerations • All R7RS libraries • iOS-specific libraries e.g. for graphics, audio, databases, archival, text processing, etc. LispPad focuses on simplicity and ease of use. Many standard Scheme libraries are built into LispPad to facilitate porting existing Scheme code.