| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-16 | 2.1 kB | |
| v0.13.52 source code.tar.gz | 2026-06-16 | 563.7 kB | |
| v0.13.52 source code.zip | 2026-06-16 | 619.0 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
What's Changed
- Fix [#564]: support this-as in CLJS by @borkdude in https://github.com/babashka/sci/pull/1022
- Deftype custom fn by @borkdude in https://github.com/babashka/sci/pull/1023
- Fix .method on class objects routing to static instead of instance path by @borkdude in https://github.com/babashka/sci/pull/1025
- Riddley improvements by @borkdude in https://github.com/babashka/sci/pull/1026
- Re-use copy-var via public API path and support :copy-meta-from by @borkdude in https://github.com/babashka/sci/pull/1028
defnow replaces var metadata instead of merging, matching Clojure semantics by @borkdude in https://github.com/babashka/sci/pull/1029- Deftype defrecord analysis clerk defrecord refactor by @borkdude in https://github.com/babashka/sci/pull/1030
- Optimize tight loops: fused binding nodes + specialized inlined calls by @borkdude in https://github.com/babashka/sci/pull/1031
- Expose IPrintWithWriter as "protocol" by @borkdude in https://github.com/babashka/sci/pull/1032
- Normalize SCI types in hierarchy lookups by @vieirandre in https://github.com/babashka/sci/pull/1033
- Fix invalid
recurarity by @vieirandre in https://github.com/babashka/sci/pull/1034 - Fix [#808]: IFn on records by @borkdude in https://github.com/babashka/sci/pull/1036
- Validate single binding pair in let-like conditional macros by @vieirandre in https://github.com/babashka/sci/pull/1037
- Copy-vars incorrectly sets fn inlined by @verberktstan in https://github.com/babashka/sci/pull/1041
- Optional interruption support by @whilo in https://github.com/babashka/sci/pull/1039
- interrupt check use when-not nil?, skip var call by @borkdude in https://github.com/babashka/sci/pull/1042
New Contributors
- @vieirandre made their first contribution in https://github.com/babashka/sci/pull/1033
- @verberktstan made their first contribution in https://github.com/babashka/sci/pull/1041
- @whilo made their first contribution in https://github.com/babashka/sci/pull/1039
Full Changelog: https://github.com/babashka/sci/compare/v0.11.51...v0.13.52