I am using SBCL and when I use the sort function as follows,
sort
CL-USER> (defparameter y \'(5 7 2 9 4 6)) Y CL-USER> y (5 7 2 9 4