Re: Fwd: [Chicken-announce] [ANN] CHICKEN 6.0.0pre1(prerelease)development snapshot available
"felix.winkelmann--- via Chicken-users" <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
> R7RS procedure *write-bytevector* is not in (scheme base) a look like. > Remain still in (chicken io). That is correct, the module prefix in the internal setup of scheme.base was wrong, thanks for reporting this! I have pushed a fix. felix