(defun square (x) (* x x)) (map 'vector #'square #(1 2 3 4 5))