Clisp
Lisp written in pure C (C99)
Install / Use
/learn @yangruihan/ClispREADME
CLisp
Lisp written in pure C (C99)
Run
# clone repository
git clone https://github.com/yangruihan/clisp.git
cd clisp
# update submodule
git submodule init
git submodule update
# build
mkdir build
cd build
cmake ..
make -j6
# run
cd ..
./bin/cmal/Debug/cmal
REPL
./bin/cmal/Debug/cmal
user> (println "Hello World")
Hello World
nil
user>
Run With File
./bin/cmal/Debug/cmal mal/stepA_mal.mal
Mal [c-mal]
nil
mal-user>
tutorial
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate 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
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
