Optimise solutions a bit for 2024

This commit is contained in:
2024-12-04 02:43:12 +00:00
parent e253bc5006
commit 61aa2c1ded
3 changed files with 30 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
(if (null functions)
first
`(let* ,(loop :for f :in (cons first functions)
appending `((_ ,f)))
:appending `((_ ,f)))
_)))
(defun search-all (substr str &optional acc len)