Hi,
Yes I agree that we should have good documentation to show how to
implement more advanced macros. The main reason (I beleve) for the "experts"
to spend time using syntax-case let-syntax syntax-parameters etc is for
yielding a user friendly framework to the user who will typically use
syntax-ru
I'm hoping to make a 0.1 release guile-2d soon (maybe by the GNU 30th
anniversary?), but I would like to wait until guile-figl has made a
release so that I can point users to a release tarball rather than
asking them to compile from git master.
So, any plans for a release? It's certainly usabl
On Thu, Sep 12, 2013 at 6:04 PM, Ludovic Courtès wrote:
> Brian Killian skribis:
>
> > 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-