releases

pez 2026-05-06T07:39:29.155739Z

dergutemoritz 2026-05-06T12:41:46.273209Z

Announcing https://clojars.org/aleph/versions/0.9.8: • Bump Netty to https://netty.io/news/2026/05/04/4-1-133-Final.html to fix various CVEs (https://github.com/clj-commons/aleph/pull/783) • Update other dependencies, too Contributions by (in alphabetical order): Moritz Heidkamp.

1
🎉 2
vanelsas 2026-05-06T14:56:29.128419Z

New Release https://github.com/avanelsas/baredom What's in 2.8.0 Summary Bump version to 2.8.0 across package.json, build.clj, deps.edn. New web components: - x-i18n / x-i18n-provider — translation with parameter interpolation - x-kinetic-canvas — animated background, motion-respecting - x-multi-combobox — multi-select chips, cancelable change-request (per request of @asier.galdos) Code improvements — Working towards a generic model for modeling and rendering web components - Shared code for property installers, property accessors, event dispatching Live demos of all web components at the repo's https://avanelsas.github.io/baredom/. Feedback Welcome! There is a #baredom channel where you can ask questions

3
🎉 1
Asier 2026-05-06T15:11:44.019829Z

So fast. You are billy the kid!

🙌 1
Ingy döt Net 2026-05-06T22:54:51.601799Z

https://gloathub.org/ #gloat version v0.1.30 Thanks to the Clojurists Together sponsorship for Gloat, as of today the gloat --repl CLI REPL might be the most feature rich of all the Clojure dialects! Check out this comparison with bb, lein and clj at https://github.com/gloathub/gloat/blob/main/doc/gloat-repl.md#feature-comparison

🎉 6
Ingy döt Net 2026-05-06T23:00:39.943529Z

Here's a glimpse of --repl in action.

Ingy döt Net 2026-05-06T23:02:04.047379Z

This is just day one. If you could bang on this and report back your issues and ideas, that would be greatly appreciated.

Ingy döt Net 2026-05-06T23:48:08.160499Z

gloat has no dependencies to speak of. You don't need to install go or glj or anything else. You can install it with make -f <(curl -sL ) install You can also run that REPL above with this single Docker cmd:

docker run --rm -it ubuntu:latest bash -c 'apt update && apt install -y curl git make xz-utils && make -f <(curl -sL ) install PREFIX=/usr/local && gloat --repl'
In other words, you can try out all the REPL features without installing anything. 😄

Ingy döt Net 2026-05-07T00:31:30.747599Z

If you see any mistakes or misgivings about the comparison table I posted, please let me know,

neumann 2026-05-14T23:14:16.177479Z

This is really awesome work!

❤️ 1