SCM systems and pathnames question
"Marco Antoniotti (as marco dot antoniotti at unimib dot it)" <[email protected]> Sun, 17 May 2026 23:27:10 +0200
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <CAG0Nw2kXv79sdNwO==9AFfrJGN9=5SRNiYKYV3tceEUBmq3k=w@mail.gmail.com> |
Hi
Apologies if this is a very stupod question.
Is there a way to get the actual pathname a SCM-SCM-SYSTEM was defined in?
I mean something like.
You have the file *foo.lwsys* where the system is defined.
----
;;; Here is the system.
(defsystem "foo" () :members ("q" "w" "e" "r"))
----
Then
cl-prompt>
*(scm:get-me-the-pathname-the-sys-was-defined-in (scm:find-system "Foo"))*
#P"/some/folder/with/foo.lwsys"
Thanks
--
Marco Antoniotti