Re: [r6rs] with-syntax should have a body like let

2011-03-31 Thread Andy Wingo
On Wed 02 Mar 2011 23:00, Marco Maggi marco.maggi-i...@poste.it writes: it is my understanding that WITH-SYNTAX has a body like let. Indeed. Fixed in git, thanks. In the future, note that bug reports are better sent to bug-gu...@gnu.org. Regards, Andy -- http://wingolog.org/

[r6rs] with-syntax should have a body like let

2011-03-02 Thread Marco Maggi
The following program: #!r6rs (import (rnrs)) (with-syntax ((a 1)) (define b 1) (write 2)) fails with: ;;; note: source file /home/marco/var/tmp/proof.sps ;;; newer than compiled /home/marco/.cache/guile/ccache/2.0-LE-4-2.0/home/marco/var/tmp/proof.sps.go ;;; note: auto-compilation