π Hulunote v0.1 released An open-source outliner note app that doubles as an MCP client AI workspace. Not just notes. Not just AI chat. Your knowledge graph can call tools. Highlights π§© Built-in MCP client β connect to your own MCP servers like Claude Desktop / VS Code tools π§ Outliner + bidirectional links for networked thought π€ Notes become an AI tool interface, not static text β’ β‘ Frontend in ClojureScript β’ π¦ Backend in Rust If youβre into ClojureScript + AI tools + knowledge graphs, this is for you. π Open source: https://github.com/hulunote/hulunote
Congratulations on the release! As someone who has used Roam a lot, this is exciting!
Thank you very much, and feel free to submit issues. We plan to integrate more AI features in the future, such as MCP and Skills. @teodorlu
https://github.com/babashka/sci: Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs
SCI is used in https://github.com/babashka/babashka, https://github.com/babashka/nbb, https://github.com/nextjournal/clerk, https://github.com/BetterThanTomorrow/joyride/ and many https://github.com/babashka/sci#projects-using-sci projects.
0.12.51 (2025-02-07)
β’ Support async/await in ClojureScript. See https://github.com/babashka/sci/blob/master/doc/async-await.md.
β’ Support hashCode on deftype
β’ Fix https://github.com/babashka/sci/issues/931: support multiple catch in combination with ^:sci/error
https://github.com/babashka/nbb: Scripting in Clojure on Node.js using https://github.com/babashka/sci
1.4.206 (2026-02-07)
β’ Support async/await. See https://github.com/babashka/sci/blob/master/doc/async-await.md for syntax.
β’ Print promise result value in REPL/nREPL: (js/Promise.resolve 1) ;;=> #
$ npx nbb@1.4.206
Welcome to nbb v1.4.206!
user=> (defn ^:async foo [] (let [x (await (js/Promise.resolve 1))] (inc x)))
#'user/foo
user=> (foo)
#
Bankster 2.2.4 released: https://github.com/randomseed-io/bankster β’ Performance and reliability improvements.
Genialna nazwa π
CIDER 1.21 is out with some small improvements https://github.com/clojure-emacs/cider/releases/tag/v1.21.0 Enjoy! cider
https://github.com/yonureker/stripe-clojure 2.2.0 is released. https://github.com/yonureker/stripe-clojure/blob/master/CHANGELOG.md#220---2026-02-06
β’ Support https://docs.stripe.com/api-v2-overview
β’ Support file uploads to Stripe
β’ Proxy support via :proxy client configuration option
β’ raw-request to call any Stripe endpoint (useful for beta features or undocumented endpoints)
β’ Performance improvements
β’ Base stripe api-version is now 2026-01-28.clover