planet

joined 2 years ago
 

One-Shot Babashka CLI Scripts

https://martinklepsch.org//posts/one-shot-babashka-cli-scripts

Like everyone I've been exploring AI tools and reading Simon Willisons excellent blog I discovered how he uses LLMs to generate one-off Python tools. In this post I'm gonna share a bit more about how I generate Babashka scripts in similar...

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

 

WebForms.java Update to WebFormsJS 1.6

https://dev.to/elanatframework/webformsjava-update-to-webformsjs-16-109j

Good news for Java developers: You can now experience WebForms Core technology in Java. Elanat has update the WebForms class for Java with the latest version of WebFormsJS, 1.6. The WebForms class on the server and the WebFormsJS library on the...

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

 

Why You Should Master Functional Programming (And How to Do It)

https://dev.to/shrsv/why-you-should-master-functional-programming-and-how-to-do-it-4ipf

Hi there! I'm Shrijith Venkatrama, founder of Hexmos. Right now, I’m building LiveAPI, a tool that makes generating API docs from your code ridiculously easy. Functional Programming (FP) isn't just another trend—it's a game-changer for writing...

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

 

Bitemporal TraderX - XTDB Reflections

https://juxt.pro/blog/bitemporal-traderx-part2

Using XTDB in a sample microservices trading application for the FINOS 2024 Tech Sprint (part 2)

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

 

One-Shot Babashka CLI Scripts

https://www.martinklepsch.org/posts/one-shot-babashka-cli-scripts.html

One-Shot Babashka CLI ScriptsLike everyone I've been exploring AI tools and reading Simon Willisons excellent blog I discovered how he uses LLMs to generate one-off Python tools.In this post I'm gonna share a bit more about how I generate Babashka...

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

 

How to make each feature take less code

https://ericnormand.substack.com/p/how-to-make-each-feature-take-less

The Apropos show with Zach Tellman was a success (despite a technical hiccup; it wouldn’t really be Apropos without hiccups). And next week we have Alex Miller as a guest. Please join us on YouTube. You can ask us questions in the chat.And let’s...

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

 

Clojure Is Awesome!!! [PART 10]

https://dev.to/borba/clojure-is-awesome-part-10-222i

Atoms vs Refs in Clojure: State Management 1. Atoms Atoms are designed to manage independent state in a thread-safe manner. They are ideal when you need: A single value that can change over time Simple atomic operations Uncoordinated...

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

 

My Experience Using Prolog in 2024 to Solve Advent of Code

https://camsaul.com/prolog/advent-of-code/2025/02/04/advent-of-code-prolog.html

This was my first year doing Advent of Code. Previous years I had other stuff I wanted to do with my free time besides sit at a computer even more than I already do… after seeing some of my coworkers post epic solutions I got FOMO and joined the...

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

 

I gave an epic talk at Clojure/conj 2024

https://camsaul.com/clojure/2025/02/04/clojure-conj-talk.html

What’s up everyone. I gave an epic talk at Clojure/conj 2024 a few months back, you can watch it on YouTube here: “Getting 50,000 Companies on Board with Clojure” by Cam Saul. Enjoi! 👇 Like and subscribe below! 👇

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

 

Clojure in product. Would you do it again?

https://dev.to/artfreshcode/clojure-in-product-would-you-do-it-again-56j8

🎙️ "Choose smart, thoughtful, kind humans that you want to think through hard problems with. If they know Clojure, awesome. If they don't, they'll learn it." When Jereme Corrado joined Mobot as their first engineering hire, he made a bold choice:...

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

 

Clojure's map data type

https://dev.to/ivangavlik/clojures-map-data-type-2gaa

Definition A map in Clojure is a key-value data structure that stores associations between keys and values. Keys are unique (no duplicate keys) Maps are unordered by default (unless you use a sorted map) Maps are immutable (modifications return...

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

view more: next ›