
(loop
   with pairs = (first sb-ext:*posix-argv*)
   for x in  sb-ext:*posix-argv* do
     (print x))
