Hi again !
so this post is really helpful, thanks (http://lispmethods.com/libraries.html).
In the end, it is too bad you don't show solutions on how to automatically fetch dependencies without manually symlinking our projects to local-projects. I am pretty sure we can C-c C-k the .asd of our project, anywhere it might be, and quickload it.
What is asdf:oos ? You don't present asdf:load-system or make ? (https://gitlab.common-lisp.net/asdf/asdf/blob/master/doc/best_practices.md)
Indeed a slime-load-project would be great. What about opening an issue on Slime ? :)
About Quicklisp, it may be worth saying that it is different or that it goes further than pip in ensuring that all libraries work together in so-called dists… that are built once a month. That way one wouldn't be surprised and/or frustrated by this difference. (cf https://www.reddit.com/r/Common_Lisp/comments/6x7c85/why_do_we_have_to_wait_one_month_before_quicklisp/) And there's Qlot.
keep up the writing !
Hi again !
so this post is really helpful, thanks (http://lispmethods.com/libraries.html).
In the end, it is too bad you don't show solutions on how to automatically fetch dependencies without manually symlinking our projects to local-projects. I am pretty sure we can C-c C-k the .asd of our project, anywhere it might be, and quickload it.
What is
asdf:oos? You don't presentasdf:load-systemormake? (https://gitlab.common-lisp.net/asdf/asdf/blob/master/doc/best_practices.md)Indeed a
slime-load-projectwould be great. What about opening an issue on Slime ? :)About Quicklisp, it may be worth saying that it is different or that it goes further than pip in ensuring that all libraries work together in so-called dists… that are built once a month. That way one wouldn't be surprised and/or frustrated by this difference. (cf https://www.reddit.com/r/Common_Lisp/comments/6x7c85/why_do_we_have_to_wait_one_month_before_quicklisp/) And there's Qlot.
keep up the writing !