Newsgroups: comp.lang.lisp
From: "Yves S. Garret" <yoursurrogate...@gmail.com>
Date: Mon, 1 Oct 2012 11:21:06 -0700 (PDT)
Local: Mon, Oct 1 2012 2:21 pm
Subject: Re: How to step through code in common lisp?
On Monday, October 1, 2012 2:11:02 PM UTC-4, Yves S. Garret wrote:
Durr, quicklisp, just got it installed, am playing with it now. Will get back to you on my progress.
> On Monday, October 1, 2012 11:44:40 AM UTC-4, informatimago wrote: > > "Yves S. Garret" <yoursurrogate...@gmail.com> writes:
> > > informatimago, how would you actually load those libraries? I got the repository for that:
> > I told you:
> > >> cl-user> (ql:quickload :com.informatimago.common-lisp.lisp.stepper)
> > > $ git clone git://gitorious.org/com-informatimago/com-informatimago.git
> > > Cloning into 'com-informatimago'...
> > > remote: Counting objects: 3029, done.
> > > remote: Compressing objects: 100% (2070/2070), done.
> > > Receiving objectsremote: Total 3029 (delta 2154), reused 1450 (delta 916)
> > > Receiving objects: 100% (3029/3029), 2.87 MiB | 593 KiB/s, done.
> > > Resolving deltas: 100% (2154/2154), done.
> > > Checking out files: 100% (421/421), done.
> > > Now, how can I get common lisp to "see" this library so that I can use it?
> > Now, since I may commit new features or bug corrections at any time, and
> > since quicklisp only updates once a month, you may want to clone the
> > repository directly until next month. In that case, do it in
> > ~/quicklisp/local-projects and keep using the quickload form above.
> > -- > > __Pascal Bourguignon__ http://www.informatimago.com/
> > A bad day in () is better than a good day in {}.
> Right, but how does quickload know where those libraries are located?
> This is what I tried and the result that I got:
> [1]> (ql:quickload :com.informatimago.common-lisp.lisp.stepper)
> *** - READ from #<INPUT CONCATENATED-STREAM #<INPUT STRING-INPUT-STREAM> #<IO TERMINAL-STREAM>>: there is no package with name "QL"
> The following restarts are available:
> ABORT :R1 Abort main loop
> Break 1 [2]>
> I don't really understand how to do this.
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||