Littlelisp
A small Lisp interpreter in JavaScript
Install / Use
/learn @maryrosecook/LittlelispREADME
Little Lisp
A mini Lisp interpreter in JavaScript. Supports lists (obvs), function invocation, lambdas, lets, if statements, numbers, strings and the library functions first, rest and print.
- By Mary Rose Cook
- https://maryrosecook.com
- mary@maryrosecook.com
Thank you to Martin Tornwall for the implementations of let and if.
Repl
$ node repl.js
Some runnable programs
1
(first (1 2 3))
((lambda (x) (rest x)) ("a" "b" "c"))
Related Skills
node-connect
335.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.7kCommit, push, and open a PR
