Skip to content

Instantly share code, notes, and snippets.

@bollu
Created January 10, 2022 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollu/f43a5a6889679d6cd848604b51393ced to your computer and use it in GitHub Desktop.
Save bollu/f43a5a6889679d6cd848604b51393ced to your computer and use it in GitHub Desktop.
Why does SBCL not warn that the let* makes no SYNTACTIC sense?
(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