LISP

This started out as a mere stub while I put together some more resources, and over the years became a quite large list of LISP implementations I have kept an eye on.

There are matching lists for and .

Almost everybody has their own lisp implementation. Some programmers’ dogs and cats probably have their own lisp implementations as well. This is great, but too often I see people omit some of the obscure but critical features that make lisp uniquely wonderful. These include read macros like #. and backreferences, gensyms, and properly escaped symbol names. If you’re going to waste everybody’s time with yet another lisp, at least do it right damnit. (from the femtolisp README)

Resources

CategoryDateLinkNotes
Common Lisp2026ls-dev-image

OCI/devcontainer image for Common Lisp and Lisp-Stat development with SBCL, Quicklisp, and prebuilt workflows for Docker, Dev Containers, and Codespaces.

2022Steel Bank
Embeddable Common Lisp
2017darkmatter

A notebook-style LISP environment

2015Ceramic

An Electron wrapper for shipping desktop applications

2014Clozure CL

Fast, runs on ARM, compiles down to native code, uses threads

McCLIM

A GUI toolkit for Common Lisp

SICL

A modular implementation of Common Lisp for mixing and matching.

Compilers2025jank

a native Clojure dialect hosted on LLVM

2024basilisp

a Clojure-inspired LISP that compiles to Python AST at runtime

kamikalisp

functional and concise Lisp inspired by Haskell and APL

squint

a lightweight ClojureScript-like language that compiles to JavaScript

2023gdlisp

LISP for

wisp (for WebAssembly)

A Lisp system for WebAssembly and native execution, written in Zig

slick

an S-expression syntax for Go

Easy-ISLisp

an interpreter and compiler for ISLisp

cakelisp

a game development oriented LISP that transpiles to C

2022Picolisp

an LLVM-backed runtime

2021hedgehog LISP

compiler and interpreter for embedded devices

phel

a Clojure-inspired LISP that runs on top of PHP (of all things)

2020wax

A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly

eslisp

a JavaScript preprocessor with sexps.

2019Armed Bear

An interpreter and compiler that runs on the JVM

Ferret

A subset of Clojure that compiles down to C++ for embedded devices

Carp

another LISP that compiles to C, designed to work well for interactive and performance sensitive use cases like games, sound synthesis and visualizations.

clojerl

Clojure atop Erlang

zylisp

An updated fork of gisp, an early compiler to

ale

a LISP environment in Go

2016rhine

A Clojure-inspired LISP that targets LLVM

Fennel

A compiler to

Wasp LISP

an interesting twist on special-purpose LISPs

2015chlorine

A subset of Clojure that compiles to JavaScript

cormanlisp

For Windows

2014Hy

Compiles down to AST, with full interop

Pharen

Compiles to

Wisp

Compiles to , with syntax

gisp

Generates code via AST mapping

psota

A Clojure compiler that targets the PyPy JIT

l2l

A compiler to

Editors2019lem

a configurable editor with an optional Electron front-end

Environments2023Medley Interlisp

a recreation of the original LISP machine environments

Interpreters2026Docker Lisp

a Lisp interpreter implemented entirely with Docker containers, where each image is a piece of executable code

2025redstart

a small LISP for shell scripting

Micro Common Lisp
2024sharpl

a custom Lisp written in C#

2023LCL

An implementation of Common Lisp targeting Lua

lone

designed to run directly on top of the Linux kernel without any dependencies, allows for standalone binaries

nanoclj

a tiny Clojure interpreter

2022Arc

a LISP written in Racket

Bel

a LISP written in itself

L1

A LISP interpreter written in Go

jar.2.c

a mere snippet of C that won the IOCCC contest in… 1989

lisp-in-go

a 1-page LISP written in Go

minilisp

another small C-based interpreter

otus lisp

like owl Scheme, but with FFI. Has a WASM build.

Z3S5

written in Go, and designed to be embeddable. Also part of a larger virtual LISP machine project.

2021arpilisp

A LISP interpreter for the Raspberry Pi, implemented in a single file of ARM assembly.

planck

A stand-alone ClojureScript REPL for macOS and Linux based on JavaScriptCore.

fe

an 800 LOC C interpreter

Blisp

statically typed, implemented in Rust

sectorlisp

A LISP interpreter that fits into a 512 byte boot sector

2020newLISP

Another interpreter

femtolisp

a tiny interpreter written in C

wisp

a tiny C++ implementation

Janet

a modernized LISP dialect with good C interop and a single standalone runtime binary

2019Kilo Lisp

a tiny interpreter

Joker

a Clojure interpreter written in Go

2017lumen

A hosted LISP for Lua and Javascript

2016s9fes

A well-documented interpreter that can run on

uLisp

An interpreter for the , Adafruit M0/M4, Micro:bit, ESP8266/32, RISC-V, RP2040 and Teensy 4.x boards.

2014pixie

An RPython-based lightweight LISP

glisp

An embeddable interpreter that compiles to bytecode

Libraries2020puny-gui

a GUI toolkit for Janet

r-cade

a Racket library for doing simple retro-style games

Operating Systems2023ChrysaLisp

a fully self-contained hosted cross-platform OS written in LISP

Reference2024fennel-static-http

an example for creating a static Fennel binary

2021Common Lisp Quick Reference

ten-page concise, printable reference

Practical Common Lisp

full online book

The Common Lisp Cookbook

community maintained

Tools2021slimv

a SLIME equivalent for vim

Alive

VS Code extension

UI2024clog

a GUI library for Common Lisp

2021clog

A web-based GUI library for Common Lisp

This page is referenced in: