2
ASDF 3.1+ :package-inferred-system p
(self.lisp)
You can use :force t without package inferred systems. If you want to force just a single file, you can just load it. I find that package inferred systems is a nasty tight coupling of packages, systems, and directory structure (files). These 3 things are all perfectly happy being loosely coupled.
Discussions on the LISP programming language