Re: and-let* is not composable?

2013-09-14 Thread Stefan Israelsson Tampe
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

guile-figl - Any plans for an initial release?

2013-09-14 Thread David Thompson
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

Re: pretty-print for 1+

2013-09-14 Thread Brian Killian
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-