From c1029b0f740e09ccac65ab97b3bf9e06bd39e9bd Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 30 Nov 2024 07:29:15 -0800 Subject: Remove: alexandria dependency --- util.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util.lisp') diff --git a/util.lisp b/util.lisp index 4c13d19..7645f6b 100644 --- a/util.lisp +++ b/util.lisp @@ -37,3 +37,6 @@ YES is everything for which PRED is T, NO is everything else." (defun lambda-opt-p (x) (find x '(cl:&optional cl:&key cl:&aux cl:&allow-other-keys cl:&rest) :test #'eq)) + +(defun make-keyword (name) + (intern (string name) :keyword)) -- cgit v1.2.3