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)