|
|
|
|
|
by legooolas
2878 days ago
|
|
The libraries you use with SBCL are likely to be source rather than binary, unless you mean via FFI to (likely) C libraries. Quicklisp[1] has made a massive difference to how easy it is to download and manage sets of dependencies in a Lisp project. Try it out :) [1] https://www.quicklisp.org/beta/ |
|