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.
- Host: GitHub
- URL: https://github.com/objecthub/swift-lisppad-ios
- Owner: objecthub
- License: apache-2.0
- Created: 2021-04-04T06:00:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T06:50:30.000Z (over 1 year ago)
- Last Synced: 2025-03-24T17:52:37.058Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 38.8 MB
- Stars: 39
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
LispPad Go
========================
[](https://developer.apple.com/osx/)
[](https://developer.apple.com/swift/)
[](https://developer.apple.com/xcode/)
[](https://github.com/Carthage/Carthage)
[](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

### Editor

### File organizer

### 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)