Am Fr., 1. Jan. 2021 um 18:19 Uhr schrieb David Nalesnik <[email protected]>: > > Hi Peter, > > On Fri, Jan 1, 2021 at 10:46 AM Peter Toye <[email protected]> wrote: >> >> Carl, > > >> >> [...] > > >> >> I hate to say it but I think the documentation is failing here, but can't >> see how to mend it easily. To start with, maybe a list of all the publicly >> available functions and their descriptions, but I suspect it would be far >> too long and need constant updating, which is not something that the LP >> documenters like for obvious reasons. Could it be mechanised? >> >> Best regards, >> >> Peter > > > Here's something which will give you a list of all public Scheme functions > with whatever docstring is available in the source: > > https://www.mail-archive.com/[email protected]/msg100337.html > > Hope this helps-- > David
Hi David, the above linked code catches none-public definitions as well, not sure why... P.e. `split-at-predicate` Best wishes. Harm
