Created
January 10, 2022 18:00
-
-
Save bollu/f43a5a6889679d6cd848604b51393ced to your computer and use it in GitHub Desktop.
Why does SBCL not warn that the let* makes no SYNTACTIC sense?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defgeneric errormsg (x)) | |
(let* (x (errormsg nil)) x) | |
;; [slime-compile-defun] | |
;; cd c:/Users/bollu/quicklisp/local-projects/hoopl/src/hoopl/ | |
;; 1 compiler notes: | |
;; | |
;; hoopl.lisp:244:1: | |
;; style-warning: The variable ERRORMSG is defined but never used. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment