https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization - version https://clojars.org/org.scicloj/clay/versions/2-beta49:
by @timothypratley
• Show exception message or type and truncated stacktrace to remove clay.
• refactoring of notebook processing (preparing for Kindly-render integration)
• minor optimisation of different cases in notebook processing
• cleanup (unused font links)
• added :keep-existing option - defaults to false for single targets, true for multiple targets
• added :external-requirements option - skip file if both :external-requirements and :keep-existing
• added :quarto-target-path option - a Quarto project root where qmd files should be created e.g. "site"
Ω https://github.com/lukaszkorecki/omega-red - Redis client based on Jedis - v2.5.0 is out
• command parser has been vastly improved to handle keywords for named parameters in commands, e.g. (r/execute c [:set "foo" :ex 1]) now works, previously :ex had to be a string
• light weight lock implementation, inspired by Jedis-tools and Carmine