Why are uninterned symbols used for package names and exports in Common Lisp?

后端 未结 2 878
故里飘歌
故里飘歌 2021-02-07 09:27

In a screen cast on Common List the author uses uninterned symbols for package names and exports.

(defpackage #:foo
  (:use :cl)
  (:export #:bar
           #:ba         


        
2条回答
提交回复
热议问题