[Chicken-users] #(a b c) not accepted as vector of symbols

2007-11-11 Thread Terrence Brannon
why would chicken not accept that syntax as a vector of symbols? plt did. ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] #(a b c) not accepted as vector of symbols

2007-11-11 Thread Zbigniew
Version 2.732 - macosx-unix-gnu-x86-64 #;1> '#(a b c) #(a b c) #;2> (symbol? (vector-ref #1 0)) #t On 11/11/07, Terrence Brannon <[EMAIL PROTECTED]> wrote: > why would chicken not accept that syntax as a vector of symbols? plt did. ___ Chicken-users m

Re: [Chicken-users] #(a b c) not accepted as vector of symbols

2007-11-12 Thread felix winkelmann
On Nov 12, 2007 2:08 AM, Terrence Brannon <[EMAIL PROTECTED]> wrote: > why would chicken not accept that syntax as a vector of symbols? plt did. Can you show an example that fails? cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org