mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Issue #57 - Added string ports
This commit is contained in:
parent
25c4857eba
commit
bc6d3ac3d0
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Next Release - Date TBD
|
# Next Release - Date TBD
|
||||||
|
|
||||||
|
TODO: bytevector ports
|
||||||
TODO: SRFI 113, SRFI 117, a way to run tests for all new SRFI's, if possible. may want to port the (chibi test) library to cyclone
|
TODO: SRFI 113, SRFI 117, a way to run tests for all new SRFI's, if possible. may want to port the (chibi test) library to cyclone
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
@ -12,6 +13,7 @@ Features:
|
||||||
- Added SRFI 2, `and-let*`
|
- Added SRFI 2, `and-let*`
|
||||||
- Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library.
|
- Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library.
|
||||||
- Added ` let-values` and ` let*-values` to `(scheme base)`.
|
- Added ` let-values` and ` let*-values` to `(scheme base)`.
|
||||||
|
- Added string ports to `(scheme base)` - `open-input-string`, `open-output-string`, and `get-output-string`.
|
||||||
- Modified the makefile to also search current working directories for headers and libraries.
|
- Modified the makefile to also search current working directories for headers and libraries.
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue