On Sat, 2014-08-09 at 14:58 +0200, Federico Beffa wrote:
> > On Fri, 2014-05-30 at 23:33 +0200, Stefan Israelsson Tampe wrote:
> >> I would like to hijack the python2/3 community over to guile.
>
> Hi, I'm a user of python which would very much prefer to use Scheme :-)
>
> I just wanted to say th
Mike Gran skribis:
> The documentation needs to be clarified. The return used to
> be required
> back in Guile v1.6.x but now !# will terminate any block comment without
> a carriage return or line feed.
Yeah I may have introduced the change inadvertently when I refactored
the reader in the 1.8
David Michael skribis:
> The block comment documentation[1] claims that the closing "!#" must
> appear on its own line, but this doesn't actually seem to be the
> case[2]. For example, the line "(display #! comment !# 1)"
> successfully outputs "1".
Yes, reader.test even has this:
--8<