[2-8] I want to call a function in a package that might not exist at compile time. How do I do this?

Use (funcall (find-symbol "SYMBOL-NAME" :pkg-name) ...).
Go Back Up

Go To Previous

Go To Next