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...
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,...
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...
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 [EP.06 deref-in] - clojure-br E101 FC/IS with magnars -...
Deep Dive into Clojure's reduce Function What is reduce? In Clojure, reduce is a fundamental function in functional programming that processes a collection by iteratively applying a function to an accumulator and each element,...
Many programming languages offer a REPL (Read-Eval-Print Loop). It’s a simple yet powerful concept: read user input, evaluate it, print the result, and loop. This provides a crucial way to experiment with code and get immediate feedback, ensuring...
This post introduces a Babashka Tasks helper I put together make it easier to use bb tasks interactively. Here's the bb-fzf repo link.The main things the helper adds are:the use of fzf for fuzzy task selection to help you type lessthe ability to...
We’ll dive into pattern matching using the core.match library in Clojure This powerful tool allows you to handle complex data structures in a declarative and concise way, making your code more readable and maintainable. Let’s explore what pattern...
Clojure and Java Interoperability Hey everyone! Welcome back to Clojure Is Awesome! After a bit of a break, I’m thrilled to be back with Part 18, diving into one of Clojure’s superpowers: interoperability with Java. If you’ve ever worked with...
Zulip Planet Clojure Forum Clojure News Clojure for JavaDevelopers (well, not really) Practice Clojure Learn Clojure Scipt Design Patterns in Clojure A Clojure Podcast, When you have got looooooooooot of time. HTMX, forget Clojure...