Iβve started a collection of Clojure instructions for Copilot at the Awesome Copilot repository. Hoping more AI-powered Clojurians will contribute and improve the instructions together with me. See https://github.com/BetterThanTomorrow/calva-backseat-driver?tab=readme-ov-file#copilot-instructions for how to install and use them. β’ https://github.com/github/awesome-copilot/blob/main/collections/clojure-interactive-programming.md
Hey everyone! π Iβve been building ty - web components in ClojureScript that work with any framework (or no framework). Components that work everywhere. Write once, use with React today, Vue tomorrow, HTMX next week. Built on web standards instead of framework abstractions. Tested on βreal projectsβ: https://github.com/gersak/ty/tree/master/examples/htmx-flask https://github.com/gersak/ty/tree/master/examples/react-nextjs https://github.com/gersak/ty/tree/master/examples/reagent https://github.com/gersak/ty/tree/master/examples/replicant https://github.com/gersak/ty/tree/master/examples/uix https://gersak.github.io/ty page is built with Replicant and ty components. Nothing but β€οΈ there! Whatβs working: β 13 components (calendar, forms, modals, dropdowns, date pickers...) β 8000+ icons (Material, Font Awesome, Lucide, Hero) β Semantic design system with automatic light/dark themes β TypeScript wrappers for React β Works with HTMX for server-side rendering β οΈ Fair warning: Actively being developed Bonus features: built-in router, i18n system, resize observers, CSS bundling, and Google Closure optimizations that actually work. π Live demos: https://gersak.github.io/ty π¦ Source: https://github.com/gersak/ty π Honest feedback appreciated - praise, criticism, suggestions, or reality checks all help.
Wow! It looks fantastic!
New release of ClojureCUDA 0.23.0 is out. The Clojure GPU computing library that is the workhorse for all other Uncomplicate libraries that provide GPU functionality. https://clojurecuda.uncomplicate.org/
Added to https://clojure.land
core.async 1.9.829-alpha2 is now available, which adds support for Java virtual threads - see https://clojure.org/news/2025/10/01/async_virtual_threads - feedback wanted in #core-async!