Releases: babashka/sci
Releases · babashka/sci
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
- add
do
macro - revert patch for random functions, this can be done using a GraalVM setting
- allow value to be passed that is only evaluated when it's needed (without explicitly writing a deref). This is done by passing a delay value in
:bindings
with the metadata:sci/deref!
on the key (since delays themselves don't support metadata).