chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Personal library


From: Bob Heffernan
Subject: Re: Personal library
Date: Sun, 20 Nov 2022 17:53:12 +0000
User-agent: mu4e 1.8.11; emacs 28.2

felix.winkelmann@bevuta.com writes:
> csc -s lib1.scm -J
> csc -s lib1.import.scm # assuming lib1.scm defines a module named "lib1"
> OLD=$(csi -p '(begin (import (chicken platform)) (car (repository-path)))')
> export CHICKEN_REPOSITORY_PATH=<your-lib-dir>:$OLD

This seems pretty close to the way I already do things, thank you.

Chris' personal egg approach might be the way to go when I get a little
more comfortable with chicken, so thank you too Chris!

Best regards,
Bob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]