https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization - version https://clojars.org/org.scicloj/clay/versions/2-beta46 - a major release by @timothypratley with a few of the fruits of exploration at the https://clojurecivitas.github.io/ project:
• new option :config/transform my.ns/my-fn hook for per namespace config transformation
• new option :aliases a vector of aliases to merge into the configuration
• CLI now accepts -A:myalias:anotheralias to activate aliases
• stdout and stderr are now captured and displayed in the notebook
• Exceptions are now shown in the output page where they are encountered
• :exception-continue option for exceptions
https://github.com/lsolbach/qclojure 0.5.0: A functional quantum computer programming library for Clojure with backend protocols, simulation backends and visualizations. Changes: • added a namespace for quantum channel operations • improved SVG and ASCII visualizations • enhanced tutorial