This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CVS script


Maciej Stachowiak <mstachow@mit.edu> writes:

<Things we neeed to do for a doc system>
> * Figure out pre-processor issues mentioned by Jim (Guile actually
> provides some primitives conditionally, so this is relevant).

Perhaps guile should document those procedures even if they're not
used?  I tend to think they should be there but return an error
(not-compiled-in, say), so people know what to expect from different
versions of guile. 

Alternate versions should definitely be both documented in the same
docstring; people may have to cope with both in different guile
interpreters.

Andrew