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
modules vs packages
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
  3 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
 
ccc31807  
View profile  
 More options May 31 2012, 11:08 am
Newsgroups: comp.lang.lisp
From: ccc31807 <carte...@gmail.com>
Date: Thu, 31 May 2012 08:08:47 -0700 (PDT)
Local: Thurs, May 31 2012 11:08 am
Subject: modules vs packages
I read that modules are deprecated.

Is there any significant difference between modules and packages?
Other than the deprecation, of course.

Are there any significant advantages to packages over modules? If so,
what are they.

Peter Seibel says that the Perl module system is the closest to Lisp's
package system. I don't know enough about it to agree or disagree, but
with the exception of having to be careful about using (in-package) I
find that the two are pretty close.

CC.


 
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.
Daimrod  
View profile  
 More options May 31 2012, 6:55 pm
Newsgroups: comp.lang.lisp
From: Daimrod <daim...@gmail.com>
Date: Fri, 01 Jun 2012 00:55:11 +0200
Local: Thurs, May 31 2012 6:55 pm
Subject: Re: modules vs packages

ccc31807 <carte...@gmail.com> writes:
> I read that modules are deprecated.

> Is there any significant difference between modules and packages?
> Other than the deprecation, of course.

> Are there any significant advantages to packages over modules? If so,
> what are they.

> Peter Seibel says that the Perl module system is the closest to Lisp's
> package system. I don't know enough about it to agree or disagree, but
> with the exception of having to be careful about using (in-package) I
> find that the two are pretty close.

> CC.

You can find here[1] a short description on the differences between
packages, modules and systems.

[1] http://weitz.de/packages.html


 
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.
Alberto Riva  
View profile  
 More options May 31 2012, 8:14 pm
Newsgroups: comp.lang.lisp
From: Alberto Riva <a...@nospam.ufl.edu>
Date: Thu, 31 May 2012 20:14:20 -0400
Local: Thurs, May 31 2012 8:14 pm
Subject: Re: modules vs packages
On 05/31/2012 11:08 AM, ccc31807 wrote:

> I read that modules are deprecated.

> Is there any significant difference between modules and packages?
> Other than the deprecation, of course.

> Are there any significant advantages to packages over modules? If so,
> what are they.

Well, the main advantage is that packages exist in CL, and modules don't.

CL provides a couple of functions that you could use to ask for a module
to be loaded (REQUIRE) and signal that a module has been loaded
(PROVIDE), but the details of what exactly a module is and how to load
it are implementation-dependent, so you're on your own there.

Packages, on the other hand, are pretty well specified.

Alberto

--
Give a man a fish and he will eat for one day. Teach him programming,
and he will develop a multi tasking intelligent planning algorithm to
optimize the route of a fleet of deep sea fishing boats, with
real-time GPS tracking, weather satellite link, automatic analysis of
fish market prices, the whole thing controlled by an AJAX-enabled web
interface. In the meantime, he will die of hunger.


 
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 »