Welcome to Racket v5.0.2. > (define a #(1 2 3)) > (define b (eval (list 'quote a))) > a '#(1 2 3) > b '#(1 2 3) > (eq? a b) #f