Fork me on GitHub
#announcements
<
2021-07-14
>
borkdude21:07:57

Babashka 0.5.0 🎉 A native, batteries included scripting environment for Clojure with fast startup. - Added clojure.tools.logging + timbre as the built-in logging libraries! - Source compat with clojure.data.json and replikativ/hasch! - Support for more clojure.pprint functions like formatter-out! - Update Selmer with << macro! - Various other fixes and improvements Full changelogs: https://github.com/babashka/babashka/blob/master/CHANGELOG.md Hop by in #babashka for more info.

babashka 62
🙏 20
🎉 24
🚀 10
didibus04:07:03

What logger implementation is it using for clojure.tools.logging ?

didibus05:07:47

Nvermind: Add clojure.tools.logging with taoensso.timbre as the default implementation Didn't know trimbre could be used as an implementation for tools.logging