mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added functions
This commit is contained in:
parent
2f7a624f15
commit
33690561ca
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ Features:
|
|||
- Added SRFI 2, `and-let*`
|
||||
- Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library.
|
||||
- Added ` let-values` and ` let*-values` to `(scheme base)`.
|
||||
- Added `infinite?`, `finite?`, and `nan?` to `(scheme inexact)`.
|
||||
- Added string ports to `(scheme base)` - `open-input-string`, `open-output-string`, and `get-output-string`.
|
||||
- Added bytevector ports to `(scheme base)` - `get-output-bytevector`, `open-input-bytevector`, and `open-output-bytevector`.
|
||||
- Modified the makefile to also search current working directories for headers and libraries.
|
||||
|
|
Loading…
Add table
Reference in a new issue