Go to file
Kyle Isom 8f2a2be9ab symbol-def (#1)
Started branch to add `pform`, ended up pulling in `symbol-def` from the forums. Also adds the editor code from the T-Deck.

Reviewed-on: #1
Co-authored-by: Kyle Isom <kyle@imap.cc>
Co-committed-by: Kyle Isom <kyle@imap.cc>
2025-04-07 21:41:44 +00:00
libraries Add libraries, picocalc notes. 2025-04-01 18:28:52 -07:00
lisp symbol-def (#1) 2025-04-07 21:41:44 +00:00
.gitignore symbol-def (#1) 2025-04-07 21:41:44 +00:00
LICENSE Initial commit 2017-08-09 17:30:49 +01:00
LispLibrary.h symbol-def (#1) 2025-04-07 21:41:44 +00:00
PICOCALC.md Quality of life improvements: 2025-04-02 23:06:27 -07:00
README.md Update README.md 2025-01-12 12:19:45 +00:00
ulisp-arm.ino symbol-def (#1) 2025-04-07 21:41:44 +00:00
ulisp-extensions.ino symbol-def (#1) 2025-04-07 21:41:44 +00:00

README.md

ulisp-arm

A version of the Lisp programming language for boards based on the ARM processor, including:

  • Arduino Zero and MKRZero.
  • Arduino Uno R4 Minima and WiFi.
  • Adafruit ItsyBitsy M0, Feather M0, and Gemma M0.
  • Adafruit Metro M4, ItsyBitsy M4, Feather M4, and Grand Central M4.
  • Adafruit PyBadge and PyGamer.
  • Adafruit CLUE and ItsyBitsy nRF52840.
  • Raspberry Pi RP2040/RP2350 boards.
  • BBC Micro Bit.
  • Maxim MAX32620FTHR.
  • Teensy 4.0/4.1.

The "-comments" version is identical but includes comprehensive comments.

For more information see: http://www.ulisp.com/