mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.2K
active users

cm0002<p><strong>Typename syntax and resolution in ClojureCLR</strong></p> <p><a href="https://lemmy.world/post/36280395" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lemmy.world/post/36280395</span><span class="invisible"></span></a></p>
Clojure Planet<p>Typename syntax and resolution in ClojureCLR</p><p><a href="https://dmiller.github.io/clojure-clr-next/general/2025/09/21/typename-syntax-and-resolution.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dmiller.github.io/clojure-clr-</span><span class="invisible">next/general/2025/09/21/typename-syntax-and-resolution.html</span></a></p><p>Wherein we describe the significant enhancements to typename syntax and resolution in ClojureCLR effective with version 1.12.3-alpha2. TL;DR Several significant improvements have been made to typename syntax and resolution in ClojureCLR. ...</p><p><a href="https://clj.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a> <a href="https://clj.social/tags/clj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clj</span></a> <a href="https://clj.social/tags/cljs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljs</span></a> !clojure@lemmy.ml <span class="h-card" translate="no"><a href="https://lemmy.ml/c/clojure" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>clojure</span></a></span></p>
Clojure Planet<p>Replacing clojure-lsp with clj-kondo and Refactor-nREPL</p><p><a href="https://andreyor.st/posts/2025-09-21-replacing-clojure-lsp-with-clj-kondo-and-refactor-nrepl/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">andreyor.st/posts/2025-09-21-r</span><span class="invisible">eplacing-clojure-lsp-with-clj-kondo-and-refactor-nrepl/</span></a></p><p>I’ve been programming in Clojure for the last five years. I don’t write much about it here, largely because I use Clojure at work and rarely for hobby projects, so I don’t have much to share. Even today, the post will be more about Clojure tooling,...</p><p><a href="https://clj.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a> <a href="https://clj.social/tags/clj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clj</span></a> <a href="https://clj.social/tags/cljs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljs</span></a> !clojure@lemmy.ml <span class="h-card" translate="no"><a href="https://lemmy.ml/c/clojure" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>clojure</span></a></span></p>
Alessandra Sierra<p>I’ve been using clojure-lsp with Emacs for a couple years now and I still can’t remember the right lines to put in .gitignore</p><p><a href="https://hachyderm.io/tags/Clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Clojure</span></a> <a href="https://hachyderm.io/tags/ClojureLSP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ClojureLSP</span></a></p>
Clojure Planet<p>A Clojure-based Portfolio Analysis Tool based on LLM Integration</p><p><a href="https://clojurecivitas.github.io/finance/portfolio_analysis/llm_financial_advisor.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">clojurecivitas.github.io/finan</span><span class="invisible">ce/portfolio_analysis/llm_financial_advisor.html</span></a></p><p>A portfolio analysis program with market narratives generated by an LLM.</p><p><a href="https://clj.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a> <a href="https://clj.social/tags/clj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clj</span></a> <a href="https://clj.social/tags/cljs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljs</span></a> !clojure@lemmy.ml <span class="h-card" translate="no"><a href="https://lemmy.ml/c/clojure" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>clojure</span></a></span></p>
Jack Rusher<p>Pouring Gold, statue prototype made with cellular automata coded in <a href="https://berlin.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a>, 2021.</p>
Jack Rusher<p>Organum, 2020, a small recursive function coded in <a href="https://berlin.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a>.</p>
(λ. borkdude)<p>New <a href="https://mastodon.social/tags/cljKondo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljKondo</span></a> version!</p><p><a href="https://mastodon.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a></p>
Tomasz Nurkiewicz<p>Story time. A function returning a list of some business entities. Each object has a method getContractId. I get a runtime error that java.lang.Character doesn't have a method getContractId. WTF?</p><p>Turns out that first function was sometimes returning an error as a string. It was treated as a list of characters, mapped and filtered through many layers. Somewhere deeper some code finally wanted to access getContractId, but instead of an object, it got... the first character of the string</p><p><a href="https://fosstodon.org/tags/Clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Clojure</span></a></p>
cm0002<p><strong>Clojure - Clojure Deref (Sep 17, 2025)</strong></p> <p><a href="https://lemmy.world/post/36081342" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lemmy.world/post/36081342</span><span class="invisible"></span></a></p>
Clojure<p>Clojure Deref (Sep 17, 2025)</p><p><a href="https://clojure.org/news/2025/09/17/deref" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">clojure.org/news/2025/09/17/de</span><span class="invisible">ref</span></a></p><p>Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Upcoming Events Clojure real-world-data 35: Sep 19 Clojure South 2025: Oct 6-7 Macroexpand 2025: Oct 17-18, 24-25 Clojure/Conj...</p><p><a href="https://clj.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a> <a href="https://clj.social/tags/clj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clj</span></a> <a href="https://clj.social/tags/cljs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljs</span></a> !clojure@lemmy.ml <span class="h-card" translate="no"><a href="https://lemmy.ml/c/clojure" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>clojure@lemmy.ml</span></a></span></p>
Clojure Planet<p>Clojure Deref (Sep 17, 2025)</p><p><a href="https://clojure.org/news/2025/09/17/deref" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">clojure.org/news/2025/09/17/de</span><span class="invisible">ref</span></a></p><p>Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Upcoming Events Clojure real-world-data 35: Sep 19 Clojure South 2025: Oct 6-7 Macroexpand 2025: Oct 17-18, 24-25 Clojure/Conj...</p><p><a href="https://clj.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a> <a href="https://clj.social/tags/clj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clj</span></a> <a href="https://clj.social/tags/cljs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljs</span></a> !clojure@lemmy.ml <span class="h-card" translate="no"><a href="https://lemmy.ml/c/clojure" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>clojure</span></a></span></p>
cm0002<p><strong>Annually-Funded Developers' Update: July/August 2025</strong></p> <p><a href="https://lemmy.world/post/36068430" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lemmy.world/post/36068430</span><span class="invisible"></span></a></p>
cm0002<p><strong>https://clojurecivitas.github.io/finance/portfolio/_analysis/alpha/_beta/_regression.html</strong></p> <p><a href="https://lemmy.world/post/36068381" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lemmy.world/post/36068381</span><span class="invisible"></span></a></p>
Clojure Planet<p>Rolling Regressions in Clojure for Real-Time Alpha and Beta Monitoring</p><p><a href="https://clojurecivitas.github.io/finance/portfolio_analysis/alpha_beta_regression.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">clojurecivitas.github.io/finan</span><span class="invisible">ce/portfolio_analysis/alpha_beta_regression.html</span></a></p><p><a href="https://clj.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a> <a href="https://clj.social/tags/clj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clj</span></a> <a href="https://clj.social/tags/cljs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljs</span></a> !clojure@lemmy.ml <span class="h-card" translate="no"><a href="https://lemmy.ml/c/clojure" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>clojure</span></a></span></p>
Clojure Planet<p>Annually-Funded Developers' Update: July/August 2025</p><p><a href="https://www.clojuriststogether.org/news/annually-funded-developers-update-july/august-2025/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">clojuriststogether.org/news/an</span><span class="invisible">nually-funded-developers-update-july/august-2025/</span></a></p><p>Hello Fellow Clojurists! This is the fourth report from the 5 developers receiving Annual Funding in 2025. Dragan Duric: Apple M Engine Neanderthal, Deep Diamond CPU Eric Dallo: ECA, clojure-lsp, clojure-lsp-intellij Michiel Borkent: clj-kondo,...</p><p><a href="https://clj.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a> <a href="https://clj.social/tags/clj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clj</span></a> <a href="https://clj.social/tags/cljs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljs</span></a> !clojure@lemmy.ml <span class="h-card" translate="no"><a href="https://lemmy.ml/c/clojure" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>clojure</span></a></span></p>
Clojure Planet<p>Giving Foundation Models a Notion of Now</p><p><a href="https://building.nubank.com/giving-foundation-models-a-notion-of-now/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">building.nubank.com/giving-fou</span><span class="invisible">ndation-models-a-notion-of-now/</span></a></p><p>Author: Fabio Souza At Nubank, we are constantly pushing the boundaries of how Artificial Intelligence can help us better understand our customers’ financial journeys. Our previous posts have detailed how we leverage transformer-based foundation...</p><p><a href="https://clj.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a> <a href="https://clj.social/tags/clj" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clj</span></a> <a href="https://clj.social/tags/cljs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cljs</span></a> !clojure@lemmy.ml <span class="h-card" translate="no"><a href="https://lemmy.ml/c/clojure" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>clojure</span></a></span></p>
D. Schmudde<p>To help people manage their online footprint at <span class="h-card" translate="no"><a href="https://mastodon.social/@yorba" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>yorba</span></a></span>, we first need to wrangle the web presence of countless businesses and organizations.</p><p>This is a technical piece on how we use <a href="https://mastodon.social/tags/Clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Clojure</span></a> to query and classify the world's knowledge.</p><p><a href="https://schmud.de/programs/2025-09-02-wikidata-mundaneum.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">schmud.de/programs/2025-09-02-</span><span class="invisible">wikidata-mundaneum.html</span></a></p>
(λ. borkdude)<p>The CIDER debugger and inspector are pretty great. It's been years since I've used them but recently due to a discussion on Clojurians Slack I rediscovered them. So good! <a href="https://mastodon.social/tags/clojure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clojure</span></a></p>
404Not Found