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.
-
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’d put it into ~/common-lisp/ for ASDF compatibility, but I haven’t tried it with Quicklisp yet.
-
@amoroso I’d put it into ~/common-lisp/ for ASDF compatibility, but I haven’t tried it with Quicklisp yet.
@aartaka Thanks, others in this thread report it should work also under
~/quicklisp/local-projects/. -
@aartaka Thanks, others in this thread report it should work also under
~/quicklisp/local-projects/.@amoroso it does work indeed, just checked. Then it’s a matter of preference. And my preference is ~/common-lisp/, because using Quicklisp-specific dirs feels like (but, in this case, isn’t) vendor-lock. But that’s a me-thing, feel free to ignore.
-
@amoroso it does work indeed, just checked. Then it’s a matter of preference. And my preference is ~/common-lisp/, because using Quicklisp-specific dirs feels like (but, in this case, isn’t) vendor-lock. But that’s a me-thing, feel free to ignore.
@aartaka An interesting thought, thanks.