This is the mail archive of the guile@sourceware.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: Doc: ideas and status


> -----Original Message-----
> From: Greg J. Badros [mailto:gjb@cs.washington.edu]
> Sent: Monday, December 20, 1999 11:59 AM
> > 
> > Something I forgot to add: we needn't put docstrings in the 
> funcdefs for
> > RnRS stuff; instead we can markup the RnRS source with 
> unique IDs, and
> > cross reference.
> 
> I think it's better to have the guile docstrings be self-contained.
> We're not going to want to require linking to an RnRS document for you
> to get run-time documentation on, e.g., `map'.
> 

Sorry, I think maybe I didn't make my meaning clear.  I'm thinking that
those docstrings would be extracted and compiled at compile-time, just as
they are now.  At edit-time, a simple macro would suffice to locate and
display the relevant section of RnRS.  The only difference would be the the
marked-up RnRS doc would be considered source code; just like any header
with macros defined, only, different.

-gregg

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