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
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
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
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 #
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