releases

Ludger Solbach 2025-06-30T07:32:00.151459Z

https://github.com/lsolbach/qclojure 0.4.0: A functional quantum computer programming library for Clojure with backend protocols, simulation backends and visualizations. Changes: • improved SVG circuit visualization • improved simulators • improved quantum period finding • added quantum arithmetic circuits

🎉 2
Mat 2025-06-30T20:16:48.460839Z

https://github.com/mtmr0x/bud 0.3.0 (stable version 🎉) is out there! Bud is a minimalist DOM library for ClojureScript. It lets you build reactive single-page applications using real DOM elements. No Virtual DOM, no Shadow DOM, no magic compiler. Changes: • Refactored the reactive-fragment to respond to the DOM tree as declared without a container element; ◦ This brings the addition of a comment element to serve as a reference to the DOM updates. • HTML attributes can receive signals and it will be reactively updated as the signal is updated;

🎉 2