| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-12 | 1.0 kB | |
| v0.15.57 source code.tar.gz | 2026-08-12 | 687.7 kB | |
| v0.15.57 source code.zip | 2026-08-12 | 759.9 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
What's Changed
- Constant node fusion by @borkdude in https://github.com/babashka/sci/pull/1067
- Clojure 1.13 destructuring by @borkdude in https://github.com/babashka/sci/pull/1068
- Expose clojure.core/Inst protocol on the JVM by @borkdude in https://github.com/babashka/sci/pull/1069
- CLJS JIT: inline n-ary + - * as chained JS operators by @borkdude in https://github.com/babashka/sci/pull/1070
- Jit const hoist by @borkdude in https://github.com/babashka/sci/pull/1071
- CLJS JIT: compile keyword calls instead of escaping by @borkdude in https://github.com/babashka/sci/pull/1072
- CLJS JIT: compile js global reads instead of escaping by @borkdude in https://github.com/babashka/sci/pull/1073
- CLJS JIT: instanceof fast path for instance? on a JS constructor by @borkdude in https://github.com/babashka/sci/pull/1074
- CLJS JIT: recognise hoisted const refs in spill by @borkdude in https://github.com/babashka/sci/pull/1075
Full Changelog: https://github.com/babashka/sci/compare/v0.14.56...v0.14.57