[plt-scheme] Re: on 371, requiring SRFI 19 yields an error
SRFI 19 uses SRFI 29, and SRFI 29 provides `current-language', while
SRFI 19 doesn't. In DrScheme, both
(require (lib "19.ss" "srfi"))
and
(require (lib "29.ss" "srfi"))
works for me.
Chongkai
Eli Barzilay wrote:
> On Aug 18, Eric Hanchrow wrote:
>
>> $ mzscheme --no-init-file --mute-banner --version --eval '(require (only (lib "19.ss" "srfi") date->string current-date))'
>> module: identifier already provided at: current-language in: (rename provide/contract-id-current-language current-language)
>>
>
> Srange, it works for me.
>
>