Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technoblogy/lisp-badge
A handheld computer programmed in Lisp with a self-contained keyboard and display.
https://github.com/technoblogy/lisp-badge
arduino atmega1284p lisp ulisp
Last synced: about 2 months ago
JSON representation
A handheld computer programmed in Lisp with a self-contained keyboard and display.
- Host: GitHub
- URL: https://github.com/technoblogy/lisp-badge
- Owner: technoblogy
- Created: 2019-01-10T15:24:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T19:09:58.000Z (over 2 years ago)
- Last Synced: 2024-08-03T13:04:04.687Z (5 months ago)
- Topics: arduino, atmega1284p, lisp, ulisp
- Language: C++
- Size: 263 KB
- Stars: 112
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lisp Badge
A handheld computer with a self-contained keyboard and display that you can program in Lisp.Version 6 updates the uLisp firmware to uLisp 4.3, adding support for arrays, and built-in documentation (see http://www.ulisp.com/show?41E0).
It also adds some extra key combinations to allow you to enter additional characters from the keyboard:
| Character | Combination |
| --------- | ----------- |
| ~ | Shift+ESC |
| % | Shift+DEL |
| : | Shift+ENTER |
| ? | Shift+SPACE |For information about building the Lisp Badge see: http://www.technoblogy.com/show?2AEE
For information about programming the Lisp badge see: http://www.ulisp.com/show?2L0C