cd /news/large-language-models/llambda-lisp Ā· home › topics › large-language-models › article
[ARTICLE Ā· art-56698] src=funcall.blogspot.com ↗ pub= topic=large-language-models verified=true sentiment=Ā· neutral

Llambda.lisp

A developer created llambda.lisp, a Common Lisp implementation of llama.cpp for running LLM models locally. The project is available on GitHub and seeks contributions for additional architecture support, GPU, and NPU features.

read1 min views1 publishedJul 13, 2026

I wanted to run LLM models locally on my machine. I discovered that llama.cpp is how people run models locally, and that the popular LLM servers like Ollama and lmstudio and unsloth use llama.cpp under the hood.

llama.cpp is, of course, written in C++. I don't care for C++ and I prefer Common Lisp. With the appropriate declarations, Common Lisp code should be in the same performance ballpark as C++ code. So I decided to write a Common Lisp implementation of llama.cpp, which I call llambda.lisp

.

It is available

on [GitHub.com/jrm-code-project/llambda](https://github.com/jrm-code-project/llambda)
If you care to contribute, it could use routing for architectures

other than gemma, GPU support, NPU support, and other features.

── more in #large-language-models 4 stories Ā· sorted by recency
── more on @llambda.lisp 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
→ Live at https://your-agent.zahid.host āœ“
Get free account → Pricing
from €0/mo Ā· no card required
LIVE [news/llambda-lisp] indexed:0 read:1min 2026-07-13 Ā· —