Suppose I use SBCL to develop a Common Lisp project to be built with ASDF and loaded with Quicklisp.
-
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/? -
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 put my projects into the former and recommend it.
-
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 the former, if you are using quicklisp and it's a local project.
-
@amoroso I put my projects into the former and recommend it.
@hajovonta Thanks.
-
@amoroso the former, if you are using quicklisp and it's a local project.
@AndreasDavour Right, a local project. Thanks.