How can I read variables from the command line in Common Lisp? I need to be able to enter two variables in this way:
C> clisp miScript.lisp "datos.txt" "salida.txt"
I currently have these variables in my script:
(setf rutaEntrada "datos.txt")
(setf rutaSalida "salidaLisp.txt")