Go Back   Rhinocerus > Newsgroup > Newsgroup comp.lang.lisp

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-11-2006, 01:51 AM
Rob Warnock
Guest
 
Posts: n/a
Default Re: [ANN] Common Lisp Document Repository

Pascal Costanza <pc@p-cos.net> wrote:
+---------------
| CDR - The Common Lisp Document Repository
....
| Each CDR document will be identified by a number. Form and
| possible contents of CDR documents are not prescribed, but the goal
| is to provide the Common Lisp community with a way to unambiguously
| refer to a document by way of mentioning its CDR number.
+---------------

How does this differ from what has been referred to for the last
several years as CLRFIs? [Note: This is not an criticism, but a
simple request for information/elaboration/clarification...]


-Rob

-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607

Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

  #2 (permalink)  
Old 08-11-2006, 09:00 AM
Pascal Costanza
Guest
 
Posts: n/a
Default Re: [ANN] Common Lisp Document Repository

Rob Warnock wrote:
> Pascal Costanza <pc@p-cos.net> wrote:
> +---------------
> | CDR - The Common Lisp Document Repository
> ...
> | Each CDR document will be identified by a number. Form and
> | possible contents of CDR documents are not prescribed, but the goal
> | is to provide the Common Lisp community with a way to unambiguously
> | refer to a document by way of mentioning its CDR number.
> +---------------
>
> How does this differ from what has been referred to for the last
> several years as CLRFIs? [Note: This is not an criticism, but a
> simple request for information/elaboration/clarification...]


We haven't specifically modeled CDR after CLRFI, and haven't taken a
look at CLRFI when we formulated the CDR "process". However, there are
surely similarities.

The main difference, as I see it, is that CDR is stripped down to the
barest essentials: there is no process defined for discussing concrete
CDR documents, we don't provide mailing lists, we don't prescribe how a
mailing list should be used and we don't prescribe the structure of a
CDR document. All we provide is a reference to a document - a CDR number
- and the guarantee that a document will not change, so that referring
to a CDR document will be unambiguous. We also don't endorse the use of
any CDR document, although of course we hope that CDR documents will
come up that are deemed so useful that they will be widely implemented.

The goal of CDR's minimalist approach is that more documents can be
accepted in a shorter amount of time. The fact that we don't do any
quality assurance is important here: Even if it happens that we as CDR
editors simply don't know enough about the matter of a concrete CDR
document so that we effectively cannot judge the material, we can still
accept it because there is no element in the CDR "process" that would
hinder the acceptance of such a document.

There is, of course, some minimal "process" involved. We hope that it
will be tested soon with concrete CDR submissions.


Pascal

P.S.: We don't want to discourage a more formal process in the long run.
At some stage, more binding standards / recommendations may be necessary
again. CDR documents could be a first step in that direction. In the
meantime, we hope that CDR is an sufficient improvement over the current
situation.


--
My website: http://p-cos.net
Closer to MOP & ContextL:
http://common-lisp.net/project/closer/
Reply With Quote
  #3 (permalink)  
Old 08-11-2006, 11:52 AM
Rob Thorpe
Guest
 
Posts: n/a
Default Re: Common Lisp Document Repository

Pascal Costanza wrote:
> Rob Warnock wrote:
> > Pascal Costanza <pc@p-cos.net> wrote:
> > +---------------
> > | CDR - The Common Lisp Document Repository
> > ...
> > | Each CDR document will be identified by a number. Form and
> > | possible contents of CDR documents are not prescribed, but the goal
> > | is to provide the Common Lisp community with a way to unambiguously
> > | refer to a document by way of mentioning its CDR number.
> > +---------------
> >
> > How does this differ from what has been referred to for the last
> > several years as CLRFIs? [Note: This is not an criticism, but a
> > simple request for information/elaboration/clarification...]

>
> We haven't specifically modeled CDR after CLRFI, and haven't taken a
> look at CLRFI when we formulated the CDR "process". However, there are
> surely similarities.


It would be good to put the first two CLRFI submissions on CDR too.

Reply With Quote
  #4 (permalink)  
Old 08-11-2006, 12:39 PM
Lars Brinkhoff
Guest
 
Posts: n/a
Default Re: Common Lisp Document Repository

"Rob Thorpe" <robert.thorpe@antenova.com> writes:
> Pascal Costanza wrote:
> > We haven't specifically modeled CDR after CLRFI, and haven't taken
> > a look at CLRFI when we formulated the CDR "process". However,
> > there are surely similarities.

> It would be good to put the first two CLRFI submissions on CDR too.


I guess the first one was more useful as a CLRFI test case than in
real life.

There would be a certain elegance to having CDR 2 be equal to CLRFI 2.
Reply With Quote
  #5 (permalink)  
Old 08-16-2006, 07:05 PM
Pascal Costanza
Guest
 
Posts: n/a
Default Re: Common Lisp Document Repository

Lars Brinkhoff wrote:
> "Rob Thorpe" <robert.thorpe@antenova.com> writes:
>> Pascal Costanza wrote:
>>> We haven't specifically modeled CDR after CLRFI, and haven't taken
>>> a look at CLRFI when we formulated the CDR "process". However,
>>> there are surely similarities.

>> It would be good to put the first two CLRFI submissions on CDR too.

>
> I guess the first one was more useful as a CLRFI test case than in
> real life.
>
> There would be a certain elegance to having CDR 2 be equal to CLRFI 2.


We, the CDR editors, don't know CLRFI 2 well enough to want to take the
responsibility to submit it as a CDR 2. We would welcome such a
submission, though.


Pascal

--
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/
Reply With Quote
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Announcing Smilisp, a new dialect of Lisp Didier Verna Newsgroup comp.lang.lisp 12 04-03-2009 03:55 AM
Announcing Smilisp, a new dialect of Lisp Didier Verna Newsgroup comp.lang.functional 9 04-02-2009 02:59 AM
Re: Read/Write Microsoft Word document William W. Viergever Newsgroup comp.soft-sys.sas 0 05-31-2006 08:46 PM
Re: Read/Write Microsoft Word document Joe Whitehurst Newsgroup comp.soft-sys.sas 0 05-31-2006 08:35 PM
Re: Read/Write Microsoft Word document Pardee, Roy Newsgroup comp.soft-sys.sas 0 05-31-2006 08:19 PM



All times are GMT. The time now is 04:35 PM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.