sbcl access command line arguments

$ sbcl --eval '(progn (print *posix-argv*)(quit))' two three

Comments