An open API service indexing awesome lists of open source software.

https://github.com/objecthub/swift-lisppad-ios

LispPad is a Scheme development environment for macOS based on the LispKit framework. LispPad Go implements a similar application for iPhones and iPads adapted to the interaction principles of these devices.
https://github.com/objecthub/swift-lisppad-ios

Last synced: about 1 year ago
JSON representation

LispPad is a Scheme development environment for macOS based on the LispKit framework. LispPad Go implements a similar application for iPhones and iPads adapted to the interaction principles of these devices.

Awesome Lists containing this project

README

          

LispPad Go   LispPad Go
========================

[![Platform: iOS](https://img.shields.io/badge/Platform-iOS-blue.svg?style=flat)](https://developer.apple.com/osx/)
[![Language: Swift 5.5](https://img.shields.io/badge/Language-Swift%205.4-green.svg?style=flat)](https://developer.apple.com/swift/)
[![IDE: Xcode 13](https://img.shields.io/badge/IDE-Xcode%2013-orange.svg?style=flat)](https://developer.apple.com/xcode/)
[![Carthage: compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License: Apache](http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat)](https://raw.githubusercontent.com/objecthub/swift-lisppad/master/LICENSE)

## Overview

_LispPad Go_ is a simplified version of the [macOS application _LispPad_](http://www.lisppad.app) for iPhones and iPads. _LispPad_ is based on the [_LispKit_ framework](http://github.com/objecthub/swift-lispkit) which features a R7RS-compliant implementation of Scheme. The [change log](CHANGELOG.md) provides an overview of the releases.

## Application overview

### Console

Console
Library browser
Environment browser
Help content

### Editor

Editor
Editing tools
Definition overview

### File organizer

File organizer

### Preferences

Preferences

## Included assets

### Fonts

- [Iosevka](https://github.com/be5invis/Iosevka), © 2015-2022 Renzhi Li \([SIL Open Font License 1.1](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)\)
- [Inconsolata](https://www.levien.com/type/myfonts/inconsolata.html), © 2006 The Inconsolata Project Authors \([SIL Open Font License 1.1](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)\)
- [Fira Code](https://github.com/tonsky/FiraCode), © 2014-2020 The Fira Code Project Authors \([SIL Open Font License 1.1](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)\)
- [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono), © 2020 The JetBrains Mono Project Authors \([SIL Open Font License 1.1](https://raw.githubusercontent.com/JetBrains/JetBrainsMono/refs/heads/master/OFL.txt)\)
- Source Code Pro, © 2010, 2012 [Adobe Systems Inc.](http://www.adobe.com/) \([SIL Open Font License 1.1](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)\)
- Roboto Mono, © Christian Robertson \(Apache License 2.0\)

### Audio samples

-

## Requirements

- [Xcode 13](https://developer.apple.com/xcode/)
- [Swift 5.5](https://developer.apple.com/swift/)
- [Carthage](https://github.com/Carthage/Carthage)
- [LispKit](http://github.com/objecthub/swift-lispkit)