Re: Reository Path, FAQ, and Index Questions

2021-11-15 Thread Jim Ursetto
> On Nov 15, 2021, at 8:06 AM, Christian Himpe > wrote: > > Lastly, I would like to ask if CHICKEN Scheme has a function/symbol index, as > for example Chez Scheme has: > > https://www.scheme.com/csug8/csug_1.html https://api.call-cc.org/5/doc might do what

Re: Reository Path, FAQ, and Index Questions

2021-11-15 Thread T. Kurt Bond
The chickadee egg [1] is a very useful web interface to chicken-doc. [1] http://wiki.call-cc.org/eggref/5/chickadee On Mon, Nov 15, 2021 at 9:07 AM Christian Himpe < christian.hi...@uni-muenster.de> wrote: > Hello, > > I would like to ask how I can programmatically determine the system >

Re: Reository Path, FAQ, and Index Questions

2021-11-15 Thread Kon Lovett
> On Nov 15, 2021, at 6:06 AM, Christian Himpe > wrote: > > Hello, > > I would like to ask how I can programmatically determine the system location > of eggs? shell: chicken-install -repository scheme: (import (chicken platform)) (repository-path) > I ask because if I installed an egg

Reository Path, FAQ, and Index Questions

2021-11-15 Thread Christian Himpe
Hello, I would like to ask how I can programmatically determine the system location of eggs? I ask because if I installed an egg to a user directory and I want to use the system's eggs as well as the user egg, it seems I need to have the system's and the user egg repository in the

Re: Guidance requested for debugging import problem.

2021-11-15 Thread felix . winkelmann
> Wow, that seems to have fixed it. Thanks!! Also, I will not tire to point out that "csm" is always a viable alternative! :-) felix