On 18 Oct, 2006, at 18:09, [EMAIL PROTECTED] wrote:
ERROR: invalid syntax ()
ABORT: (misc-error)
error. (Isn't it possible to increase the verbosity of above error
message? You see, it's quite unuseful.)
It seems that you are forgetting to put
(use-syntax (ice-9 syncase))
before that code. It works on guile-1.8.0 if I do so.
********
On the other hand, this code from a syntax-rules tutorial
(define-syntax syntax-error
(syntax-rules ()
((syntax-error) (syntax-error "Bad use of syntax error!"))))
doesn't work. Any use of syntax-error, matching the template or not,
gives a stack overflow. This is both on 1.8.0 and on a CVS from
2006-09-20.
_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user