Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgebraicWolf committed Oct 9, 2023
1 parent b6afdfa commit 07ae9c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@

* Non-recursive top-level constants are compiled to eagerly evaluated
constants in Chez Scheme.
* Top-level functions without arguments consisting of delayed expressions
are now compiled using Scheme's `delay` and `force` to memoize them.

#### Racket

* Top-level functions without arguments consisting of delayed expressions
are now compiled using Scheme's `delay` and `force` to memoize them.

* FFI declarations can now specify which `require` to perform, i.e. which
library to load before executing the FFI.
The syntax is `scheme,racket:my-function,my-library`.
Expand Down

0 comments on commit 07ae9c7

Please sign in to comment.