You use ASDF:LOAD-SYSTEM to have ASDF load all the content of the system, making it available to you.
Am I not supposed to load or compile the contents of an `.asd` file?
https://asdf.common-lisp.dev/asdf.html#Configuring-ASDF-to-f...
Personally I use the (:tree (:home "dev/lisp")) form.
Am I not supposed to load or compile the contents of an `.asd` file?