Email list hosting service & mailing list manager

Re: Observations from the process of implementing some of the SRFI in Chibi Scheme Lassi Kortela (21 Jul 2019 12:21 UTC)
Get and set current directory Lassi Kortela (21 Jul 2019 12:26 UTC)
Get and set current directory Lassi Kortela (21 Jul 2019 12:40 UTC)
Re: Get and set current directory Lassi Kortela (21 Jul 2019 13:44 UTC)
Re: Get and set current directory Lassi Kortela (21 Jul 2019 13:59 UTC)
Re: Get and set current directory Marc Feeley (21 Jul 2019 14:25 UTC)
Re: Get and set current directory Lassi Kortela (21 Jul 2019 14:56 UTC)
Re: Get and set current directory Shiro Kawai (21 Jul 2019 20:59 UTC)
Re: Get and set current directory John Cowan (21 Jul 2019 22:35 UTC)

Re: Observations from the process of implementing some of the SRFI in Chibi Scheme Lassi Kortela 21 Jul 2019 12:21 UTC

I sympathize with these naming concerns. "pwd" and "cwd" are especially
confusing names.

R7RS has 'get-environment-variable' (didn't find an equivalent in R6RS).
So how about:

(get-current-directory) => string
(set-current-directory! string)