> I'd like to make a "standalone executable" using ecl. What is > the ecl equivalent of sbcl's sb-ext:*posix-argv* or clisp's > ext:*args*? (si::argv <index>) (si::argc) Those are functions, not variables. Michael.