Re: ASDF. Quicklisp, Roswell: I'm like a newbie
Christopher Stacy <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
OK, I have it semi-figured out. After frobbing around, I now have the old ASDF searching ~/.config/common-lisp working in all Lisps. This looks like it was perhaps my own typos. (Which I didn't see, even when I posted my transcripts, duh!) Now I am left with one minor issue, which is that I have two quicklisp trees. There's one in my home directory that is required by CCL, and the one under .roswell is required for the Roswell SBCL. I tried swapping and linking games, and that just results in one or the other of the repls crashing (infinite loop) while SLIME is trying to get going. I wish there was a way to have just one Quickisp. My main remaining questions about Roswell are: 1, Should I install the CCL there, too? 2. Could I still use CCL and SBCL in the same Emacs, at the same time, like I do now when CCL is not under Roswell? Right now I just do "ros -Q run" and I get SBCL. Is there a way to pick? 3. Roswell is using ASDF to dump the binary standalone programs, right? That wasn't something ASDF used to do, but I am guessing that some functions in UIOP are what's getting called. At least I can compile my old and new programs again now. THANKS!