From: Sam S. <sd...@gn...> - 2006-01-26 18:26:11
|
> * Klaus Weidner <xj@j-z-c.pbz> [2006-01-26 11:43:47 -0600]: > > :argument-handler :standalone > > All arguments, including flags starting with '-', are placed into > the EXT:*ARGS* variable. This allows standalone executables to > fully handle all argument processing. The application is > responsible for handling any flag arguments normally handled > by the CLISP runtime if that functionality is required. this will disable -M and -x. I understand that someone might want to re-implement "ls" with clisp and this will prevent him. Nevertheless, I believe it is important that someone who receives a clisp-based application can get a clisp repl by merely typing $ app -x '(saveinitmem)' $ app -M lispinit.mem or just $ app -x '(saveinitmem "clisp" :executable t)' $ ./clisp -- Sam Steingold (http://www.podval.org/~sds) running w2k http://www.memri.org http://pmw.org.il http://www.mideasttruth.com http://www.dhimmi.com http://www.camera.org http://www.honestreporting.com (when (or despair hope) (cerror "Accept life as is." "Bad attitude.")) |