Search code examples
common-lispsbclclisp

Does CLISP have something like SBCL's sb-ext:*posix-argv*?


I'd like to be able to access CLISP's argv from Lisp.


Solution

  • It seems that there is either ext:argv or ext:*args*, depending on your needs (from the implementation notes).