Re: Defsystem

"Tim Bradshaw (as tfb at cley dot com)" <[email protected]> Thu, 14 May 2026 12:45:06 +0100
Newsgroups gmane.lisp.lispworks.general
Message-ID <[email protected]>
On 14 May 2026, at 06:21, Marco Antoniotti <[email protected]> wrote:
> 
> It appears that the LW API for it is quite limited.  Is there any pointer to its internals?  E.g., to write a FILES-IN-SYSTEM function?

There are undocumented but exported things in the SCM package.  SCM:MAP-SYSTEM-PATHNAMES for instance: you need SCM:FIND-SYSTEM to turn system names into systems, but then (scm:map-system-pathnames (scm:find-system ...) <fn>).

I don't know if it descends into subsystems: I suspect it may not.

--tim





_______________________________________________
Lisp Hug - the mailing list for LispWorks users
[email protected]
http://www.lispworks.com/support/lisp-hug.html