v0.2.9 (2024-01-27)
Release Notes
Breaking changes
Function.call()
now usesFunctionArgs
to represent function arguments.
This is necessary change in order to protect function arguments from GC-ed
unexpectedly. The previous interface requires users to passSexp
, which is
unprotected.Function.call()
now doesn't require the environment to be executed because
it rarely matters. Accordingly,Environment
is removed from the API.
Download savvy-cli 0.2.9
File | Platform | Checksum |
---|---|---|
savvy-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
savvy-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
savvy-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
savvy-cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
savvy-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |