(loop for x in xs for i from 0 do ...)
(loop for x in `(1 2 3 4) append (loop for y in `(,x ,x) collect (* y y))