mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Added apply
fix
This commit is contained in:
parent
a7bf1a094a
commit
e879cebf70
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ Bug Fixes:
|
||||||
|
|
||||||
- Updated `eval` to handle functions that take an optional number of arguments.
|
- Updated `eval` to handle functions that take an optional number of arguments.
|
||||||
- Updated `number->string` to omit leading zeros for binary conversions.
|
- Updated `number->string` to omit leading zeros for binary conversions.
|
||||||
|
- Fixed `apply` to use the proper semantics when receiving more than one data argument.
|
||||||
- Changed the `assoc` and `member` functions to accept an optional comparison function, and modified both families of functions to be native Scheme functions instead of C primitives.
|
- Changed the `assoc` and `member` functions to accept an optional comparison function, and modified both families of functions to be native Scheme functions instead of C primitives.
|
||||||
|
|
Loading…
Add table
Reference in a new issue