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: Documentation procedure


Per Bothner <per@bothner.com> writes:

>         (set! (documentation VALUE) DOC-STRING)
>         Associate the documentation string DOC-STRING with VALUE.

I don't like set! with a list as the first argument - it's not
the set! we know from R5RS (more like setf from CL)

Please don't add any "surprising" behavior to R5RS
functions. Rather add a set-documentation! or documentation-set!.

HTH,
	- Jorgen

-- 
((email . "forcer@mindless.com")       (www . "http://forcix.cx/")
 (irc   . "forcer@#StarWars (IRCnet)") (gpg . "/other/forcer.gpg"))

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