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: Case-sensitivity.


Jim Blandy wrote:
> 
> > I assumed that at least the guile core team knew r4rs by heart and
> > would know why they break with r4rs in certain points.
> > Alas that seems not to be quite the case ...
> > I'm missing the procedure (transcript-on logfile) which is described in the
> > r4rs and would be a useful tool for reporting stuff. Is that deliberately
> > left out or another bug?
> 
> That's another bug.

Technically, `transcript-on' and `transcript-off' are optional
procedures and
many compliant systems don't include them. They are actually kind of a
goofy
thing to standardize. In any case, I believe SLIB has a portable
implementation.

 - Maciej