From 91983c42783104e22f7d5f8f0d18ee992b52d0d5 Mon Sep 17 00:00:00 2001 From: cms Date: Mon, 13 Mar 2023 13:04:17 +0000 Subject: [PATCH] Add common lisp implementation I have a common lisp implementation of the spec I made for my own use, because I couldn't find a complete implementation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 509c4eb..be03113 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ From ourselves and the community! | [C++](https://github.com/suyash/ulid) | [suyash](https://github.com/suyash) | ✓ | | [C#](https://github.com/mcb2001/CSharp.Ulid) | [mcb2001](https://github.com/mcb2001) | | [Clojure](https://github.com/theikkila/clj-ulid) | [theikkila](https://github.com/theikkila) | +| [Common Lisp](https://gitlab.com/colinstrickland/cms-ulid)|[cms](https://www.beatworm.co.uk)|✓| | [Objective-C](https://github.com/whitesmith/ulid) | [ricardopereira](https://github.com/ricardopereira) | | [Crystal](https://github.com/SuperPaintman/ulid) | [SuperPaintman](https://github.com/SuperPaintman) | | [Dart](https://github.com/agilord/ulid) | [isoos](https://github.com/isoos) | ✓ |