11 May 2012 11:22
Use of '--' on the command-line
Didier Verna <didier <at> lrde.epita.fr>
2012-05-11 09:22:35 GMT
2012-05-11 09:22:35 GMT
And here's a suggestion: it would be nice if Lispworks complied with Posix by ignoring what's after '--' on its command-line (all other compilers currently do so). AFAICUI, the current behavior is to ignore options unknown to Lispworks, and leave everything in *line-arguments-list*. This is almost OK because you can pass any user-specific option to your session, but the problem is the risk of collision with options that Lispworks already handles. For instance, you cannot currently say something like this: lispworks -load mystuff.lisp -- -build myprog ; myprog non-existant because Lispworks tries to handle -build itself. -- -- Resistance is futile. You will be jazzimilated. Scientific site: http://www.lrde.epita.fr/~didier Music (Jazz) site: http://www.didierverna.com


RSS Feed