Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion How to step through code in common lisp?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Yves S. Garret  
View profile  
 More options Oct 1 2012, 2:21 pm
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:
> 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.

Durr, quicklisp, just got it installed, am playing with it now.  Will get back to you on my progress.

 
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.