Some Civitas notebooks should only be run locally
https://clojurecivitas.github.io/scicloj/clay/skip_if_unchanged_example.html
(Work-In-Progress Draft) Usually, when we wish to create Clojure Civitas posts, we enjoy the fact that Civitas runs our notebooks in the GitHub Actions as it renders the website. While this is the default behavior, sometimes, we cannot expect our...
From Unstructured to Actionable: AI-Powered Regulatory Intelligence
https://juxt.pro/blog/XT25-henry-garner
Watch Henry Garner's talk at XT25 Fintech Conference [video]
I'm removing memoization to make things 8x faster ... #cachingishard #clojure
I really enjoyed this piece about flow control in #clojure and how the author cleared up some awkward `if` statements. #programming #lisp https://lambdaisland.com/blog/2025-06-03-beyond-the-if-pattern
The Hidden Lessons in a re-frame App
https://lambdaisland.com/blog/2025-07-24-re-frame-app
by Laurence ChenI took over a web application whose frontend was built with re-frame, and not long after I started working on it, I felt a bit of discomfort. So, I decided to investigate the source of that discomfort. And my first suspect was...
Introducing seqfind.com
https://fnguy.com/seqfind.html
I'm officially launching seqfind.com – the Clojure(script) code explorer.Technically, this is a relaunch. I did a soft launch with just a handful of repos a few years ago, but for various reasons I was unable to push it to the next stage until now....
Scaling fraud defense: How Nubank evolved its risk analysis platform
https://building.nubank.com/scaling-fraud-defense-how-nubank-evolved-its-risk-analysis-platform/
At the Engineering Meetup #13, a packed audience gathered to learn about one of the most critical systems protecting Nubank and its customers: the Defense Platform. This session was led by three experts deeply involved in building and...
#Clojure(Script) Minecraft roguelike dungeons.
https://youtu.be/7cVoa5E8DwI
I've recently released Ring 1.15.0-beta1 for #clojure. This includes some improvements to response streaming, and the addition of wrap-content-length middleware for string and file response bodies. https://github.com/ring-clojure/ring
Are you a bbeliever? #babashka
Top 11 Deep Learning Frameworks in 2025: Comparative Guide & Use Cases
https://dev.to/marutitech/top-11-deep-learning-frameworks-in-2025-comparative-guide-use-cases-2b74
As we move halfway into 2025, the deep learning ecosystem is more vibrant and diverse than ever before. A new generation of software libraries is making it simpler to design, train, and deploy powerful neural networks. Whether you're targeting...
Inside Nubank’s engineering: Discover the technical backstage powering our innovation
https://building.nubank.com/engineering-behind-the-scenes-innovation-nubank/
At Nubank, building technology for financial services goes far beyond simply creating robust systems. Here, every technical decision aims to support millions of customers with security, efficiency, and constant innovation. In this article,...
What is Java Development Kit (JDK)?
https://www.theserverside.com/definition/Java-Development-Kit-JDK
The Java Development Kit (JDK) is a development environment for building Java applications and applets that can then run on any Java Virtual Machine (JVM). The JDK includes a variety of development tools, libraries and utilities, including a...
Writing your Clojure tests in EDN files
Link: https://biffweb.com/p/edn-tests/
Discussion: https://news.ycombinator.com/item?id=44616405
This code works in #clojure.
(def ^def ^:def ^"def" def "def" def)
Collections as grids with borders
https://clojurecivitas.github.io/scicloj/kindly_render/visualize_colls.html
A key idea of Lisp is that all syntax is a list () () Rich innovated by introducing collection literals [] [] {} {} #{} #{} Data is well represented by these collections (def data {:numbers [2 9 -1] :sets #{"hello"...
Geeking out on Maidenhead grid squares. Golfed #Clojure:
(defn latlon->maidenhead [lat lon]
(let [c #(char (+ 65 (quot %1 %2)))
p #(let [a (long (* (+ %1 (%2 90)) 240))
s (%2 240)
f (* 10 s)]
[(c a f)
(quot (mod a f) s)
(c (mod a s) (%2 10))])]
(apply str (interleave (p lon #(* % 2))
(p lat identity)))))
(latlon->maidenhead 41.71 -72.7) => "FN31PR"
Clojure Deref (July 20, 2025)
https://clojure.org/news/2025/07/20/deref
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). The Clojure/conj 2025 Call for Presentations is open now until July 27! We are seeking proposals for both 30 minute sessions and 10 minute...
#clojure #clj #cljs !clojure@lemmy.ml @clojure@lemmy.ml