On Fri, 2 Mar 2012 12:29:13 +0100, Peter Bex <[email protected]> wrote: > Try printing the result directly instead of comparing it. In 4.5.0, > I get this: > > #;1> (define-syntax s-test (syntax-rules () ((test) '#(a b c)))) > #;2> (s-test) > #(a30 b31 c32)
Yes, that’s what I meant. Yeah, I’m still on 4.5.0 (I want to run the same version on both client and server). > The easiest solution is to upgrade. I found two workarounds. One was to define a variable containing the quoted vector, the other was to use quasiquotation and call vector explicitly. I just wanted to let you guys know but it seems to be well known. Thanks anyway! Sandra _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
