1
1
submitted 6 hours ago by [email protected] to c/[email protected]

A Clojure-based Portfolio Analysis Tool based on LLM Integration

https://clojurecivitas.github.io/finance/portfolio/_analysis/llm/_financial/_advisor.html

A portfolio analysis program with market narratives generated by an LLM.

#clojure #clj #cljs [email protected] @clojure

2
1
submitted 3 days ago by [email protected] to c/[email protected]

Annually-Funded Developers' Update: July/August 2025

https://www.clojuriststogether.org/news/annually-funded-developers-update-july/august-2025/

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,...

#clojure #clj #cljs [email protected] @clojure

3
1
submitted 3 days ago by [email protected] to c/[email protected]
4
1
submitted 3 days ago by [email protected] to c/[email protected]

Giving Foundation Models a Notion of Now

https://building.nubank.com/giving-foundation-models-a-notion-of-now/

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...

#clojure #clj #cljs [email protected] @clojure

5
3
submitted 4 days ago by [email protected] to c/[email protected]

The Power of Bayesian Optimization for Business Success

https://flexiana.com/news/ai/2025/09/bayesian-optimization

The post The Power of Bayesian Optimization for Business Success appeared first on Flexiana.

#clojure #clj #cljs [email protected] @clojure

6
0
submitted 3 days ago by [email protected] to c/[email protected]

Clojure Deref (Sep 17, 2025)

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

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...

#clojure #clj #cljs [email protected] @[email protected]

7
0
submitted 3 days ago by [email protected] to c/[email protected]

Clojure Deref (Sep 17, 2025)

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

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...

#clojure #clj #cljs [email protected] @clojure

8
2
submitted 5 days ago by [email protected] to c/[email protected]

New library: PG.bin

https://grishaev.me/clj-pg-bin/

PG.bin is a library to parse Postgres COPY dumps made in binary format. Postgres has a great API to transfer data into and out from a database called COPY. What is special about it is that it supports three different formats: CSV, text and binary....

#clojure #clj #cljs [email protected] @clojure

9
1
submitted 5 days ago by [email protected] to c/[email protected]

Muon for Improved Foundation Model Pretraining Data Efficiency

https://building.nubank.com/muon-for-improved-foundation-model-pretraining-data-efficiency/

Authors (alphabetical order): Aman Gupta, Arissa Yoshida, Daniel Braithwaite and Rafael Celente, In previous blog posts [1,2,3], we introduced Nubank’s approach for using transaction data-based foundation models to solve predictive problems...

#clojure #clj #cljs [email protected] @clojure

10
1
submitted 1 week ago by [email protected] to c/[email protected]

My experience with Cursor and Clojure-MCP

https://medium.com/@/_jba/my-experience-with-cursor-and-clojure-mcp-6e323b90a6f3

Today, there are many ways to use Generative AI for coding. From tools running in the terminal like Claude code, Codex, Kira, Ampcode, Cline… to using Anthropic, ChatGPT, Gemini, Mistral … in the browser to a more integrated experience with Cursor...

#clojure #clj #cljs [email protected] @clojure

11
1
submitted 1 week ago by [email protected] to c/[email protected]

August 2025 Clojars Support and Q2 Project Updates

https://www.clojuriststogether.org/news/august-2025-clojars-support-and-q2-project-updates/

Greetings all! We have updates from two Q2 projects and a new report from Toby Crawley who provides ongoing support and maintenance for Clojars. You’ll find a brief description of the all these projects below. Toby Crawley: Clojars Support and...

#clojure #clj #cljs [email protected] @clojure

12
2
submitted 1 week ago by [email protected] to c/[email protected]

August 2025 Clojure Support and Q2 Project Updates

https://www.clojuriststogether.org/news/august-2025-clojure-support-and-q2-project-updates/

Greetings all! We have updates from two Q2 projects and a new report from Toby Crawley who provides ongoing support and maintenance for Clojure. You’ll find a brief description of the all these projects below. Toby Crawley: Clojure Support and...

#clojure #clj #cljs [email protected] @clojure

13
3
submitted 1 week ago by [email protected] to c/[email protected]

Complex multimethod processing, in Clojure

https://clojure-diary.gitlab.io/2025/09/12/complex-multimethod-processing-in-clojure.html

Code ;; complex_multi_method_processing.clj (defn arg-type [arg] (cond (string? arg) :string (number? arg) :number (fn? arg) :function (instance? java.time.LocalDate arg) :date :else :other)) (defn dispatcher [args] (map...

#clojure #clj #cljs [email protected] @clojure

14
2
submitted 1 week ago by [email protected] to c/[email protected]

The Alchemist's Endgame: My Final Synthesis of p-adic Clojure and Legacy Code.

https://dev.to/p/_pumulo/the-alchemists-endgame-my-final-synthesis-of-p-adic-clojure-and-legacy-code-1ije

"I used p-adic distance and functional programming to analyze 50-year-old COBOL. And surprisingly… it worked better than any traditional parser." 🌪️ The Problem: COBOL is Too Big to Parse Legacy COBOL systems are beasts: 5 million+...

#clojure #clj #cljs [email protected] @clojure

15
4
submitted 1 week ago by [email protected] to c/[email protected]
16
4
submitted 1 week ago by [email protected] to c/[email protected]
17
3
submitted 1 week ago by [email protected] to c/[email protected]

A fake Clojure Object equals to what you want

https://grishaev.me/clojure-any-equals/

Imagine you write a unit test where you compare two maps: (is (= {:some {:nested {:id ...}}} (get-result))) Turns out, this map has a random UUID deep inside so you cannot blindly compare them with the “equals” function: (defn get-result...

#clojure #clj #cljs [email protected] @clojure

18
1
submitted 1 week ago by [email protected] to c/[email protected]

Too many tools: How to manage frontend tool overload

https://blog.logrocket.com/frontend-tool-overload/

People naturally struggle to perform actions and continue day-to-day tasks with an abundance of choices . Too many indistinguishable choices reduce clarity in the decision-making process and simplicity in every individual task. This abundance of...

#clojure #clj #cljs [email protected] @clojure

19
3
submitted 1 week ago by [email protected] to c/[email protected]

Dragon Curve Fractal - Complex & Bits

https://clojurecivitas.github.io/math/fractals/dragon/complex/_bits.html

A familiar image is re-discovered in a sequence of complex numbers, and the binary bits of natural numbers.

#clojure #clj #cljs [email protected] @clojure

20
2
submitted 1 week ago by [email protected] to c/[email protected]

Clojure Deref (Sep 9, 2025)

https://clojure.org/news/2025/09/09/deref

Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Upcoming Events Clojure/Conj 2025: Schedule is now live Clojure South 2025: Tickets On Sale Macroexpand 2025: Oct 17-18,...

#clojure #clj #cljs [email protected] @[email protected]

21
2
A Grammar of Physics (clojurecivitas.github.io)
submitted 1 week ago by [email protected] to c/[email protected]
22
8
submitted 1 week ago by [email protected] to c/[email protected]

A Grammar of Physics

https://clojurecivitas.github.io/instaparse/grammar/_of/_physics/rigid/_body.html

Build physics simulations from words with Instaparse, sans compilation.

#clojure #clj #cljs [email protected] @clojure

23
3
submitted 1 week ago by [email protected] to c/[email protected]

Clojure Support for Popular Data Tools: A Data Engineer’s Perspective, and a New Clojure API for Snowflake

https://clojurecivitas.github.io/data/_engineering/support/_for/_popular/_data/_tools/snowflake.html

#clojure #clj #cljs [email protected] @clojure

24
1
submitted 1 week ago by [email protected] to c/[email protected]
25
2
submitted 1 week ago by [email protected] to c/[email protected]

Tutorial on Advanced P-adic Structures with Clojure: Monadic and Parallel Enhancements.

https://dev.to/p/_pumulo/tutorial-on-advanced-p-adic-structures-with-clojure-monadic-and-parallel-enhancements-a4i

🔧 Learning by Rebuilding: This intentionally reinvents some familiar patterns (with-open, etc.) to explore mathematical computing applications. The real novelty is in the p-adic mathematics - the infrastructure is just educational exploration!...

#clojure #clj #cljs [email protected] @clojure

view more: next ›

Clojure programming language discussion

606 readers
2 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