@mdhughes @screwtape i def a pkg like so:
(defpackage #:altext
(:use #:cl #:uiop)
(:local-nicknames
(#:dex #:dexador)
(#:n #:ningle)
(#:s #:spinneret)
))
if you don't want any nicknames/prefix, you can put the package in :use, but you may get name conflicts that way. which is the error in your first post.