In packages section, encourage use of #:symbol instead of :symbol
ajberkley opened this issue · 0 comments
ajberkley commented
Doing it as suggested by LispCookbook interns loads of keyword symbols. Not the end of the world, but not standard practice as far as I know.
(:use #:cl) (:export #:function1 #:function2) ... (:import-from #:package #:symbol1 ...))