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
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