fork download
  1. (defparameter *v* (vector 1 2 3 4 5))
  2. (print (count-if #'oddp *v*))
Success #stdin #stdout 0.03s 10584KB
stdin
Standard input is empty
stdout
3