From 85f3b51bc82bd626c9a5a6abffe4d6b534cb34c0 Mon Sep 17 00:00:00 2001 From: chee Date: Wed, 15 Mar 2023 11:31:15 +0000 Subject: [PATCH] Add link to common lisp implementation --- src/_includes/partials/implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index da7f507..9ee6690 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -17,6 +17,7 @@ * C++: [kdlpp](https://github.com/tjol/ckdl) (part of ckdl, requires C++20) * OCaml: [ocaml-kdl](https://github.com/Bannerets/ocaml-kdl) * Nim: [kdl-nim](https://github.com/Patitotective/kdl-nim) +* Common Lisp: [kdlcl](https://github.com/chee/kdlcl) ## Editor Support