On Friday, we’ll have the usual weekly meeting of the real-world-data group.
As usual, we will focus on community projects, library development, and documentation, but people are invited to propose additional topics to discuss and share.
T...
Subscribe to ClojureVerse - Latest posts’s news feed.
Click on “Follow” and decide if you want to get news from ClojureVerse - Latest posts via RSS, as email newsletter, via mobile or on your personal news page.
Subscription to ClojureVerse - Latest posts comes without risk as you can unsubscribe instantly at any time.
You can also filter the feed to your needs via topics and keywords so that you only receive the news from ClojureVerse - Latest posts which you are really interested in. Click on the blue “Filter” button below to get started.
Website title: ClojureVerse
Is this your feed? Claim it!
On Friday, we’ll have the usual weekly meeting of the real-world-data group.
As usual, we will focus on community projects, library development, and documentation, but people are invited to propose additional topics to discuss and share.
T...
Hi all,
I’m releasing Clorch, a deep learning library in Clojure built on LibTorch (C++ lib for torch).
Now it’s possible to run inference, build custom models, and train them all in Clojure with no need for Python/PyTorch at all!
PyTorch-style tensors, autograd, neural-network modules (including LLM components), optimizers, data loading, CPU/CUDA support...
Hara: a Clojure-shaped Lisp for the WebAssembly era
Hara’s goal is not to replace Clojure, nor merely to reproduce Clojure syntax on another runtime. It is an attempt to preserve the parts of Clojure that give it unusual leverage—data-oriented programming, functional composition, macros, protocols and interactive development—while redesigning the execution substrate ar...
I’m doing a small AI harness (think codex, claude) in Clojure … with a hopefully original twist. I’d be happy to demo if it turns out to anything