Re: conditional code segments

2018-06-01 Thread Matt Wette
On 06/01/2018 06:56 PM, Mark H Weaver wrote: Hi Matt, Matt Wette writes: In C I can use `#ifdef' .. `#endif' to "comment out" code segments. In Scheme, one can use `#|' and '|#' which is OK but requires dealing with both ends of the segment to switch on / off. And emacs (v 24.5) scheme mo

Re: conditional code segments

2018-06-01 Thread Mark H Weaver
Hi Matt, Matt Wette writes: > In C I can use `#ifdef' .. `#endif' to "comment out" code segments. > > In Scheme, one can use `#|' and '|#' which is OK but requires dealing with > both ends of the > segment to switch on / off. And emacs (v 24.5) scheme mode does not always > fontify the buffer

Re: conditional code segments

2018-06-01 Thread Alex Vong
Matt Wette writes: > In C I can use `#ifdef' .. `#endif' to "comment out" code segments. > > In Scheme, one can use `#|' and '|#' which is OK but requires dealing with > both ends of the > segment to switch on / off. And emacs (v 24.5) scheme mode does not always > fontify the buffer > correct

conditional code segments

2018-06-01 Thread Matt Wette
In C I can use `#ifdef' .. `#endif' to "comment out" code segments. In Scheme, one can use `#|' and '|#' which is OK but requires dealing with both ends of the segment to switch on / off. And emacs (v 24.5) scheme mode does not always fontify the buffer correctly with #|...|#. I can use (if #

Re: German translation of R5RS

2018-06-01 Thread pelzflorian (Florian Pelz)
On Tue, May 29, 2018 at 06:58:35PM -0400, John Cowan wrote: > On Tue, May 29, 2018 at 1:03 PM, pelzflorian (Florian Pelz) < > pelzflor...@pelzflorian.de> wrote: > > > > English R5RS has two errors that I know of. Eq? is claimed to return > > “true or false”, but the examples make clear it is #t