announcements

kpassapk 2026-06-05T03:13:39.464579Z

Announcing atomstream: TUI streaming to the Web. https://github.com/kpassapk/atomstream • namespace-compatible with charm.clj • + provides an almost identical Web interface using Hyperlith • keyboard input.

🎉 8
kpassapk 2026-06-05T03:18:18.568379Z

Demo video: https://youtu.be/h-z3W0Yvi2c

jerger_at_dda 2026-06-05T13:01:00.385149Z

New Release: We’ve extended c4k-keycloak with WebFinger support. Now, SSO via Tailscale works. https://repo.prod.meissa.de/meissa/c4k-keycloak #DevOps #Clojure #Keycloak #sso

💯 2
Kirill Chernyshov 2026-06-05T15:58:57.080269Z

In the same spirit as EDN.c there is now https://github.com/DotFox/transit.c with full implementation of the transit-format specification for C11 with optional SIMD acceleration. https://github.com/DotFox/transit.c

🆒 8
🎉 16
yogthos 2026-06-05T21:25:37.700419Z

I was experimenting to see if I could get Clojure bootstrapped on top of Janet using SCI, and I got a lot further than I anticipated already, the test harness from Jank has been really helpful, the main difference from Jank is that Jolt focuses on having a small runtime and being suitable for low resource environments, it's around 9k lines of Janet right now and has a runtime of around 5 megs and boots up in 6ms on my machine, caveat being that it is interpreted right now, so raw performance is obviously slow https://github.com/yogthos/jolt

3
👀 4
3
🚀 13
yogthos 2026-06-05T22:07:47.072989Z

once nice part is that core.async maps really cleanly to Janet fibers so that came basically for free

Ahmed Hassan 2026-06-05T22:20:26.325649Z

@clojurians-slack.htsg how can we use magic methods like __invoke?