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]

macro documentation



AFAIK, there is no way to associate documentation strings with
macros in an analogous fashion to:

(define (my-func)
	"My func's documentation goes here."
	#t)

This is a bummer if you're trying to write non-trivial macros.

-russ

--
Idle RAM is the Devil's playground.