Suppose I use SBCL to develop a Common Lisp project to be built with ASDF and loaded with Quicklisp. To simplify things and leverage defaults should the source tree go under ~/quicklisp/local-projects/ or ~/common-lisp/?
Post
Suppose I use SBCL to develop a Common Lisp project to be built with ASDF and loaded with Quicklisp. To simplify things and leverage defaults should the source tree go under ~/quicklisp/local-projects/ or ~/common-lisp/?
@amoroso I moved them to Develop/lisp.
https://codeberg.org/veer66/veer66-setup/src/branch/main/setup-lisp-env.sh
@veer66 Interesting setup but I try to leverage the defaults, at least for simple projects.
@amoroso I’d put it into ~/common-lisp/ for ASDF compatibility, but I haven’t tried it with Quicklisp yet.
@amoroso the former, if you are using quicklisp and it's a local project.
@AndreasDavour Right, a local project. Thanks.
A space for Bonfire maintainers and contributors to communicate