It seems you are asking about kawa scheme not abcl common lisp.
this post was submitted on 19 Oct 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
No it works with kawa scheme like i specified.
If you're asking how to make a package consisting of multiple files in Common Lisp, try this for a start: https://lispcookbook.github.io/cl-cookbook/systems.html
I found an interesting abcl function:
(add-to-classpath "some.jar")