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
Two questions about ql:quickload
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
Andre  
View profile  
 More options Mar 12 2012, 3:24 am
From: Andre <ant...@gmail.com>
Date: Mon, 12 Mar 2012 00:24:53 -0700 (PDT)
Local: Mon, Mar 12 2012 3:24 am
Subject: Two questions about ql:quickload

Hi, I'm a Lisp newbie.
I wonder if there are any differences between ql:quickload vs use-package?
For example, I installed closure-html via quicklisp, but couldn't load that
package using use-package.
Another question is, every time I call ql:quickload "closure-html", does
that mean closure-html is also rebuilt?


 
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.
Zach Beane  
View profile  
 More options Mar 12 2012, 7:21 am
From: Zach Beane <x...@xach.com>
Date: Mon, 12 Mar 2012 07:21:11 -0400
Local: Mon, Mar 12 2012 7:21 am
Subject: Re: [quicklisp] Two questions about ql:quickload

Andre <ant...@gmail.com> writes:
> Hi, I'm a Lisp newbie.
> I wonder if there are any differences between ql:quickload vs use-package?
> For example, I installed closure-html via quicklisp, but couldn't load that
> package using use-package.

In Common Lisp, a package is for managing collections of symbols and
controlling what tokens may be used to refer to symbols. "use-package"
changes the relationship between two existing packages.

ql:quickload loads "systems", which usually means compiling and loading
a set of Lisp source files. ql:quickload takes the additional step of
fetching archives of systems from the internet if necessary.

> Another question is, every time I call ql:quickload "closure-html", does that
> mean closure-html is also rebuilt?

Not usually. Usually the second time things are loaded, they are loaded
from an intermediate file (called a FASL) rather than from the original
source.

Zach


 
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.
End of messages
« Back to Discussions « Newer topic     Older topic »