I'm about to go on a long trip to remote places with no internet access, and I want to get some lisp programming done. I thought it might be wise to
- download the entire quicklisp archive including all its dependencies
- configure quicklisp itself to
quickload
packages from the local copy
because it will be better for me to have something and not need it then to need it and not have it when I am out in the wilds and unable to connect to the internet by any means.
I'd be grateful for advice on how to do both things or on where to pinpoint documentation that would instruct me how to do both things.
There is plenty of room on my hard drive for many copies of the entire thing (the age of scarce disk space is long gone).