announcements

Steve Chan 2026-02-07T08:38:17.578949Z

πŸš€ 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

2
2
❀️ 2
πŸŽ‰ 5
teodorlu 2026-02-07T09:30:59.724569Z

Congratulations on the release! As someone who has used Roam a lot, this is exciting!

Steve Chan 2026-02-07T09:55:32.857699Z

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

πŸ™Œ 2
borkdude 2026-02-07T11:52:41.891179Z

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

3
5
2
7
πŸŽ‰ 18
borkdude 2026-02-07T12:10:37.710579Z

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)
#

5
πŸŽ‰ 18
2026-02-07T19:35:36.075739Z

Bankster 2.2.4 released: https://github.com/randomseed-io/bankster β€’ Performance and reliability improvements.

πŸŽ‰ 12
Mateusz Mazurczak 2026-02-08T23:42:31.490019Z

Genialna nazwa πŸ˜‚

bozhidar 2026-02-07T19:48:50.986549Z

CIDER 1.21 is out with some small improvements https://github.com/clojure-emacs/cider/releases/tag/v1.21.0 Enjoy! cider

1
25
1
πŸ†’ 1
πŸš€ 2
πŸŽ‰ 14
Onur Eker 2026-02-07T22:51:03.407499Z

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

πŸ‘€ 4
πŸŽ‰ 11