Re: Guile vectors

2013-10-09 Thread Ian Price
Dmitry Bogatov writes: > Documentation for vectors says: > Like lists, vectors have to be quoted: Which is wrong, vectors are self quoting. > Altho: > (define foo #((+ 1 2) 2)) > (eq? foo (eval foo (current-module))) ;; #t And that is a weird example you've chosen, as I d

Guile vectors

2013-10-09 Thread Dmitry Bogatov
Documentation for vectors says: Like lists, vectors have to be quoted: Altho: (define foo #((+ 1 2) 2)) (eq? foo (eval foo (current-module))) ;; #t Am I missing something, or documentation is not in sync with current state of art? -- Best regards, Dmitry Bogatov , Free So