Hi!
Mark H Weaver skribis:
> Although it is not documented, there's a way to do this:
>
> (use-modules ((rnrs) #:version (6) #:hide (write display)))
Woow, I didn’t know that one. Does someone want to document it?
Thanks,
Ludo’.
Limbo Peng wrote:
> On Sat, Dec 29, 2012 at 1:22 AM, Mark H Weaver wrote:
> Regular expression syntax is not standardized, and there are
> several
> different variants. The "\d" syntax for character classes is a
> non-standard perl extension, and is not supported by Guile.
> T