Clojure programming language discussion

555 readers
1 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 5 years ago
MODERATORS
51
 
 

Setup Emacs to autoformat your Clojure code with Apheleia and zprint

https://jakemccrary.com/blog/setup-emacs-to-autoformat-your-clojure-code-with-apheleia-and-zprint/index.html

Keeping code consistently formatted is important for readability and maintainability. Once you get used to having a computer format your code for you, manually formatting code can feel tedious.For the last few years, my team has been using zprint...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

52
 
 

Q2 2025 Funding Announcement

https://www.clojuriststogether.org/news/q2-2025-funding-announcement/

Clojurists Together is excited to announce that we will be funding 6 projects in Q2 2025 for a total of $33K USD (3 for $9K and 3 shorter or more experimental projects for $2K). Thanks to all our members for making this happen! Congratulations to...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

53
 
 

Clojure Power Tools Part 3

http://www.karimarttila.fi/clojure/2025/04/20/clojure-power-tools-part-3.html

Clojure REPL. Table of Contents Introduction VSCode, Calva and REPL Editor Integration Babashka Fullstack Libraries Metosin Libraries: Reitit, Malli and Jsonista Aero and Integrant Replicant and Hiccup ...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

54
 
 

Optimizing syntax-quote

https://blog.ambrosebs.com/2025/04/20/optimizing-syntax-quote.html

Syntax-quote in Clojure is an expressive reader macro for constructing syntax. The library backtick demonstrates how to write syntax-quote as a macro. Both approaches are ripe for optimization—take these programs that both evaluate to []: '`[] ;=>...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

55
56
 
 

Added video links to Clojure Book

https://clojure-diary.gitlab.io/2025/04/18/added-video-links-to-clojure-book.html

Some might like to read text and learn, some might want to watch videos and learn. Clojure Book has got a video playlist which you can access here https://www.youtube.com/playlist?list=PLKJ%5C_YtZXuW%5C_Azc3o9rm86n5D1bSavwpvE. Apart from that Clojure...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

57
 
 

Clojure Deref (Apr 17, 2025)

https://clojure.org/news/2025/04/17/deref

Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Thanks to Anton Fonarev for link aggregation. Podcasts, videos, and media Episode 10 …​ the refactoring continues until the code...

#clojure #clj #cljs !clojure@lemmy.ml @clojure@lemmy.ml

58
 
 

Skyscrapers or mud huts

https://ericnormand.substack.com/p/skyscrapers-or-mud-huts

Our last episode was with David Nolen. We talk about his development process, his origin, and his philosophy. The next episode is on Tuesday, April 22 with special guest Fogus. Please watch us live so you can ask questions.Have you seen Grokking...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

59
 
 

Next-level backends with Rama: fault-tolerant timed notifications in 25 LOC

https://blog.redplanetlabs.com/2025/04/16/next-level-backends-with-rama-fault-tolerant-timed-notifications-in-25-loc/

This is part of a series of posts exploring programming with Rama, ranging from interactive consumer apps, high-scale analytics, background processing, recommendation engines, and much more. This tutorial is self-contained, but for broader...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

60
 
 

Clojure Deref (Apr 11, 2025)

https://clojure.org/news/2025/04/11/deref

Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Thanks to Anton Fonarev for link aggregation. Podcasts, videos, and media David Nolen guests on Apropos Clojure 2025-04-08 - apropos...

#clojure #clj #cljs !clojure@lemmy.ml @clojure@lemmy.ml

61
 
 

Practices to scale Machine Learning operations

https://building.nubank.com/practices-to-scale-machine-learning-operations/

At Nubank, innovation in machine learning (ML) and data science (DS) drives our mission to build the Purple Future. Recently, we hosted the 92nd edition of our DS & ML Meetup, themed “Practices to Scale Machine Learning Operations.” This event...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

62
 
 

Learning Fennel from Scratch to Develop Neovim Plugins

https://lambdaisland.com/blog/2025-04-16-fennel

by Laurence ChenAs a Neovim user writing Clojure, I often watch my colleagues modifying Elisp to create plugins—for example, setting a shortcut key to convert Hiccup-formatted data in the editor into HTML. My feeling is quite complex. On one hand,...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

63
 
 

numbers, radix, arbitrary precision in Clojure

https://clojure-diary.gitlab.io/2025/04/15/numbers-radix-arbitrary-precision-in-clojure.html

Code ;; numbers.clj 17 017 ;; O17 ;; error 0.17 00.17 8r17 0X17 0x17 16r17 16R17 ;; 16r-17 ;; error -16r17 ;; 0x-17 ;; error -0x17 ;; 0x17.34 ;; error ;; 16r17.34 ;; 7r17 ;; error ;; 4r17 ;;...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

64
 
 

Mudança de Mentalidade: Do Paradigma Orientado a Objetos para o Funcional

https://dev.to/asouza/mudanca-de-mentalidade-do-paradigma-orientado-a-objetos-para-o-funcional-4l28

Disclaimer Este texto foi inicialmente concebido pela IA Generativa em função da transcrição de uma aula do curso "Os 3 pilares para escalar sistemas distribuídos" da Jornada Dev + Eficiente. Se preferir acompanhar por vídeo, é só dar o...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

65
 
 

Building and publishing a Clojure library from scratch with Slim

https://bogoyavlensky.com/blog/build-and-publish-clojure-lib-with-slim/

Learn how to build and publish a Clojure library to Clojars using Slim, a build tool that simplifies the development and deployment process.

#clojure #clj #cljs !clojure@lemmy.ml @clojure

66
 
 

A Clojure Jekyll adventure: Jakel materializes from the mist (a Jekyll clone)

https://www.emcken.dk/programming/2025/04/12/jakel-a-jekyll-clone/

I’m flipping through my quest log to reflect on the trials I’ve faced recently. Most improvements to the Clojure-based Jekyll clone focused on making the blog navigable. This is the fourth part of the series: “A Clojure Jekyll Adventure”. If...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

67
 
 

Collecting Events to Google Analytics using ClojureScript

https://whatacold.io/blog/2025-04-11-google-analytics-clojurescript/

When you’re building a side project, chances are you need to collect user events so that you can understand user behaviors better and eventually improve your product. So recently I made a small ClojureScript library for that, it supports web apps...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

68
 
 

Python [4] : Python Fonksiyonları; Kodunuzu Organize Etme ve Yeniden Kullanma Sanatı

https://dev.to/abdulkadir/_gungor/python-4-python-fonksiyonlari-kodunuzu-organize-etme-ve-yeniden-kullanma-sanati-104l

Modern programlamanın temel yapı taşlarından biri olan fonksiyonlar, belirli bir görevi yerine getiren, yeniden kullanılabilir kod bloklarıdır. Python’da fonksiyonlar, kodumuzu daha modüler, organize, okunabilir ve bakımı kolay hale getirmenin...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

69
 
 

Build Order - Using Clojure to determine build order

https://clojure-diary.gitlab.io/2025/04/09/build-order-using-clojure-to-determine-build-order.html

Code ;; build_order.clj (def graph {:h [] :c [:a :b] :e [:d :f] :g [:c :e]}) (defn has-no-dependency? [node graph] (empty? (get graph node []))) (defn all-build-steps [graph] (let [graph-keys (keys...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

70
71
 
 

Next-level backends with Rama: recommendation engine in 80 LOC

https://blog.redplanetlabs.com/2025/04/08/next-level-backends-with-rama-recommendation-engine-in-80-loc/

This is part of a series of posts exploring programming with Rama, ranging from interactive consumer apps, high-scale analytics, background processing, recommendation engines, and much more. This tutorial is self-contained, but for broader...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

72
 
 

Anti-entropic functions

https://ericnormand.substack.com/p/anti-entropic-functions

Our last Apropos was with Bobbi. Check it out. Our next episode is with David Nolen on Tuesday April 8. Please watch us live so you can ask questions.Have you seen Grokking Simplicity, my book for beginners to functional programming? Please check...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

73
 
 

Vibe coding doesn't jibe

https://cestlaz.zamansky.net/posts/vibe-coding/

The truth is, I don't use those modern AI tools much. I'm not doing much coding and when I do, I've been using Clojure or Elisp - not so mainstream so as to have all sorts of AI support. For writing? I prefer do to it myself. Anything else? Well,...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

74
 
 

Practices to scale Machine Learning operations

https://building.nubank.com.br/practices-to-scale-machine-learning-operations/

At Nubank, innovation in machine learning (ML) and data science (DS) drives our mission to build the Purple Future. Recently, we hosted the 92nd edition of our DS & ML Meetup, themed “Practices to Scale Machine Learning Operations.” This event...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

75
view more: ‹ prev next ›