Chicken Scheme 6.0 Released
- 6.0.0 - Core libraries - All modules specified by the R7RS small language are now available in the core system.
- - The internal string representation has been converted to UTF-8, making strings fully UNICODE capable.
- - The (chicken blob) module has been replaced with (chicken bytevector), containing R7RS compatible bytevector operations.
Unverified
- 6.0.0 - Core libraries - All modules specified by the R7RS small language are now available in the core system.
- - The internal string representation has been converted to UTF-8, making strings fully UNICODE capable.
- - The (chicken blob) module has been replaced with (chicken bytevector), containing R7RS compatible bytevector operations.
Sources: Call-cc