other-lisps

Eric Ihli 2020-03-17T15:18:11.003Z

What does the #: signify in the following code?

(defpackage #:new-module
  (:use #:cl :stumpwm))

Eric Ihli 2020-03-17T15:31:25.003500Z

Found it. uninterned symbol https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node191.html#SECTION002614000000000000000

👍 1