bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.8.2 srfi-19 warns about current-time


From: Ludovic Courtès
Subject: Re: 1.8.2 srfi-19 warns about current-time
Date: Wed, 10 Oct 2007 18:10:07 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

Gregory Marton <address@hidden> writes:

> Can I help?  I mean, presuming that the sentence above, or some
> extension, is reasonable documentation?  I get a sense that there is a
> reluctance to document things because that entails a commitment to
> supporting them in the future -- is that the issue here?

Not really.  I was planning to document part of the `module-' procedure
but never did it.  In case you want to do it, those worth documenting
(IMO) are the following:

  module-define!
  module-defined?
  module-duplicates-handlers
  module-export!
  module-for-each
  module-map
  module-name
  module-public-interface
  module-re-export!
  module-ref
  module-remove!
  module-replace!
  module-reverse-lookup  ;; with xref to the "Variables" node
  module-set!
  module-variable        ;; with xref to the "Variables" node

This would go under the "Module System Reflection" node.  Feel free to
contribute!  :-)

> Being new to the community, I don't have a sense of how this strange
> library system called srfi works.

SRFIs are a community standardization process among Scheme
implementors and users:

  http://srfi.schemers.org/

Anyone can propose an SRFI, but you wouldn't amend an SRFI just to make
such or such implementation happier.  The idea is to provide APIs
portable among implementations.  In practice, they are often implemented
as a layer above the implementation's own API for the same purpose.

Thanks,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]