This is just a draft. Package One package per one file Strangely enough, in case of legacy CL programs, their packages are declared in one file (maybe named "package.lisp"). In other hand, we recommend to declare each packages in each files. You should always put like following code at the top of each Lisp files. (in-package :cl-user) (defpackage style-guide.core (:use :cl)) (in-package :style-gui
{{#tags}}- {{label}}
{{/tags}}