>>>>> "Edi" == Edi Weitz <[EMAIL PROTECTED]> writes:

    Edi> Does CMUCL provide a way to determine the location of the executable
    Edi> that started it?

    Edi> I understand that there's no portable solution that'll work for /all/
    Edi> Unices but maybe there's a function that works on all systems CMUCL
    Edi> has been ported to?

After some poking around, it seems lisp::lisp-command-line-list
contains the C argv array, so that would be a starting point.  If
argv[0] isn't an absolute path, you can probably combine that with
(search-list "path:") to give you the full path name.

Ray


Reply via email to