From 248dad4c85fa32a27890a738cf67d8ec8c845104 Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Fri, 13 Jan 2023 10:53:32 +0000 Subject: rename explode-from-string to explode-string --- plus-inc.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plus-inc.lisp b/plus-inc.lisp index 9ad3173..4fb07bb 100644 --- a/plus-inc.lisp +++ b/plus-inc.lisp @@ -8,7 +8,7 @@ number (reverse number))) -(defun explode-from-string (string) +(defun explode-string (string) "Given a string, it returns a list of the symbol of this string" (loop for letter across string collect (intern (string letter)))) -- cgit 1.4.1-2-gfad0