Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Podcasts, videos, and media Vibe Coding With Clojure-MCP: Bruce Hauman/Luke Burton/Gene Kim - IT Revolution 7 UIs with Replicant, Ep...
Featured Microservices Are a Tax Your Startup Probably Can’t Afford – Microservices architecture are well known for the amount of platform engineering required to extract the best from it, if you’re a small company, probably you’ll not have time...
Clojure 1.12.1 is now available! Find download and usage information on the Downloads page. CLJ-2899 - Revert change in semantics of qualified symbol in invocation position if field and method of same name CLJ-2898 - Objects that are both...
At Nubank, technology is not just a tool — it’s how we rethink financial services, empower millions across Latin America, and challenge the status quo. Since our very first line of code in 2013, Clojure has been at the heart of this mission: a...
Today, Nu is one of the largest digital financial services platforms in the world, with over 118 million customers across Brazil, Mexico, and Colombia. From day one, our goal has been to challenge the status quo of the financial industry—using...
I love conference talks. I believe that YouTube has made me a better programmer over the last 17 years. I’ll often turn one on while I’m doing chores. I’ll learn something and sometimes even be inspired to write about it. Like this one.The talk I...
This is the April/May project update for four of our Q2 2025 Funded Projects. (Reports for the other two are on a different schedule). A brief summary of each project is included to provide overall context. Jeremiah Coyle: Bling Add support for...
🚀 Meu Primeiro Projeto em Python: Curiosidades Animais (Após 3 Semanas de Estudo!) Acabei de concluir meu primeiro projeto em Python e quero compartilhar essa conquista! 🐍 O que fiz: Desenvolvi um programa interativo de terminal que exibe...
A Clojure function is often defined with name and arguments on a single line: (defn some-function [with-several arguments] ... and the following post is about why I will advocate for a multi-line alternative: (defn some-function [with...