Brian Killian <brian.c.killian@gmail.com> skribis:
I think it’s an issue with ‘write’. Specifically,
> Using guile 2.0.9 and the ice-9 pretty-print module, when I apply:
>
> (pretty-print '(1+ 1))
>
> I get:
>
> (#{1+}# 1)
>
> I was expecting:
>
> (1+ 1)
>
> Is this an issue with pretty-print or should I adjust my expectation?
‘INITIAL_IDENTIFIER_MASK’ in print.c doesn’t quite match the syntax
recognized by ‘read’.
Ludo’.