https://github.com/babashka/pod-babashka-go-sqlite3: A babashka pod for interacting with sqlite3 0.3.9 • https://github.com/babashka/pod-babashka-go-sqlite3/issues/25: use musl to compile linux binaries to avoid dependency on glibc
https://scicloj.github.io/kindly/ - a standard for visually displaying values - version https://www.clojars.org/org.scicloj/kindly/versions/4-beta20
• added :kind/graphviz - by @emil0r
https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization - version https://clojars.org/org.scicloj/clay/versions/2-beta55:
A few updates by @timothypratley:
• fixing buffered images for :flatten false
• fixing the CLI live-reload when specifying a file to watch
• svg support (when represented as kind/hiccup) in static targets
• added a kindly option for caption in images
• a minor update to IntelliJ repl-commands.xml
• updated Kindly version
• kind/graphviz (js) support by @emil0r
https://github.com/babashka/scittle: execute Clojure(Script) directly from browser script tags via SCI! v0.7.28 (2025-09-13) • https://github.com/babashka/scittle/issues/137: fix JS interop with reserved JS keyword (incorrectly munged) by bumping SCI
https://github.com/lsolbach/qclojure 0.16.0: A functional quantum computing library for Clojure with backend protocols, simulation backends and visualizations.
Changes:
• added a device namespace in domain
• moved the topology namespace to domain
• restructured backend protocols and implementations
◦ decoupled devices from quantum backends, a backend can handle multiple devices now
• the hardware simulator brings a list of simulatable devices
• topology optimization is enabled for hardware simulator
• refactored the optimization pipeline functions to use an optimization context as input/output
• added functions for circuit and optimization statistics
• reworking OpenQASM 2/3 parsing and generation based on instaparse
• updated docstrings
• updated the tutorial