Robert Dodier wrote:
>
>>> I wonder if we should invent a way to pass options to Lisp.
>>>
>> This woud be nice!
>>
>
> Maybe something like -Xfoo passes -foo to Lisp?
> (Likewise --Xfoo passes --foo to Lisp.)
>
>
I think it would be easier to have -X "lisp-opt 1 lisp-opt2 ..." and
make the user figure out the appropriate syntax for the underlying
lisp. Or use --X as appropriate. And maybe have multiple -X options
accumulate all of them into one list of options to be passed to the
underlying lisp.
Ray