Re: [Scheme-reports] returning back to pattern matching Andre van Tonder (24 Dec 2010 00:18 UTC)
Re: [Scheme-reports] returning back to pattern matching Alex Shinn (24 Dec 2010 00:21 UTC)
Re: [Scheme-reports] returning back to pattern matching Andre van Tonder (24 Dec 2010 00:27 UTC)
Re: [Scheme-reports] *TELUS Detected Spam*Re: [r6rs-discuss] returning back to pattern matching John Cowan (24 Dec 2010 00:54 UTC)
[Scheme-reports] Scheme is NOT spam! Vincent Manis (24 Dec 2010 02:41 UTC)
Re: [Scheme-reports] [r6rs-discuss] returning back to pattern matching Thomas Bushnell, BSG (24 Dec 2010 00:26 UTC)

Re: [Scheme-reports] *TELUS Detected Spam*Re: [r6rs-discuss] returning back to pattern matching John Cowan 24 Dec 2010 00:54 UTC

Thomas Bushnell, BSG scripsit:

> Libraries should be in the standard when efficient implementation will
> normally be implementation dependent (so that a standard implementation
> won't do).

That's one reason, but not the only reason.  For example, LENGTH is fully
definable in terms of primitives, but it is part of every Scheme standard,
because it's convenient to have it and for it always to be the same.
In WG2 Scheme, all of the SRFI-1 library will be a WG2 library (all WG2
libraries are optional), so even though it won't always be there, it
will *de jure* always be the same when it is there.

Note that there are at least two implementations of SRFI-1, the reference
implementation and the Chibi implementation (which does not distinguish
between FOO and FOO! procedures).

--
Where the wombat has walked,            John Cowan <cowan@ccil.org>
it will inevitably walk again.          http://www.ccil.org/~cowan

_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports