Fork me on GitHub
#other-lisps
<
2020-03-17
>
Eric Ihli15:03:11

What does the #: signify in the following code?

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