dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.8K
active users

#clojure

19 posts12 participants2 posts today

Clojure Is Awesome!!! [PART 20]

dev.to/borba/clojure-is-awesom

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

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

DEV CommunityClojure Is Awesome!!! [PART 20]Deep Dive into Clojure's reduce Function What is reduce? In Clojure, reduce is...

bb-fzf: A Babashka Tasks Picker

fnguy.com/bb-fzf.html

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

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

fnguy.combb-fzf: A Babashka Tasks PickerRun Babashka tasks faster with bb-fzf. This guide shows how to use fzf's fuzzy finding to select and execute Clojure tasks defined in bb.edn via your CLI.

Clojure Is Awesome!!! [PART 19]

dev.to/borba/clojure-is-awesom

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 #clj #cljs !clojure@lemmy.ml @clojure

DEV CommunityClojure Is Awesome!!! [PART 19]We’ll dive into pattern matching using the core.match library in Clojure This powerful...

Clojure Is Awesome!!! [PART 18]

dev.to/borba/clojure-is-awesom

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

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

DEV CommunityClojure Is Awesome!!! [PART 18]Clojure and Java Interoperability Hey everyone! Welcome back to Clojure Is Awesome! After...

Clojure stuff one needs to know, and sites where one can be updated.

clojure-diary.gitlab.io/2025/0

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

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

Clojure Diary · Clojure stuff one needs to know, and sites where one can be updated.

Massively scalable collaborative text editor backend with Rama in 120 LOC

blog.redplanetlabs.com/2025/04

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

Blog · Massively scalable collaborative text editor backend with Rama in 120 LOCThis 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 t…

Clojure Is Awesome!!! [PART 17]

dev.to/borba/clojure-is-awesom

Adapting the DTO Pattern to Functional Bliss Welcome back to Clojure Is Awesome! In Part 17, we’re crossing the bridge from the object-oriented world to functional territory by adapting the DTO (Data Transfer Object) pattern—a staple in...

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

DEV CommunityClojure Is Awesome!!! [PART 17]Adapting the DTO Pattern to Functional Bliss Welcome back to Clojure Is Awesome! In Part...

Development cycle time decays just like anything else in software. If not actively maintained, it gets worse over time.

I've worked on Clojure development cycles with tools.namespace and Component, but it's still hard: You have to intentionally design your code for interactive development and be careful not to break the feedback cycle.

github.com/stuartsierra/compon

Development utilities for the Component framework. Contribute to stuartsierra/component.repl development by creating an account on GitHub.
GitHubGitHub - stuartsierra/component.repl: Development utilities for the Component frameworkDevelopment utilities for the Component framework. Contribute to stuartsierra/component.repl development by creating an account on GitHub.

Experience with Claude Code

flexiana.com/news/2025/03/expe

I spent one week with Claude Code, vibe coding two apps in Clojure. Hours and $134.79 in. Let me tell you what I got out of that. Claude Code is a new tool from Anthropic. You cd to the folder, run claude and a CLI app opens. You tell it what...

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

Flexiana · Experience with Claude Code - FlexianaI spent one week with Claude Code, vibe coding two apps in Clojure. Hours and $134.79 in. Let me tell you what I got out of that. Claude Code is a new tool from Anthropic. You cd to the folder, run claude and a CLI app opens. You tell it what to do and it […]

(Clojure Managing-User-Permissions)

dev.to/ivangavlik/clojure-mana

Clojure practice task: Managing User Permissions with Sets You are developing a role-based access control system for a web application. Each user has a set of permissions (e.g., :read, :write, :delete). Your goal is to implement a...

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

DEV Community(Clojure Managing-User-Permissions)Clojure practice task: Managing User Permissions with Sets You are developing a...

Some important acronyms to know. Feel free to add some of your own.

Lisp:
Logic In Symbolic Paradigms
Lisp Inspires Strange People
Lisp Is Secretly Perfect

Python:
Pseudocode You’d Teach Hordes Of Newbies
Probably You'll Try Harder On Next-lang
Python: You'd Think Hardware's Optional Now

Emacs:
Editor Maintained As Community Shrine
Ecosystem Mainly Acquired by Cult Sysadmins
Emacs Means Always Configuring Something

Vim:
Vaguely Interactive Misery
Very Irritating Macros
Vim Isn't Modern

Linux:
Legendary Interface, Notoriously Unforgiving eXperience
Loyal In Nature, Unmatched eXtensibility
Linux Is Natural Under X

#emacs#vim#linux

Can jank beat Clojure's error reporting?

jank-lang.org/blog/2025-03-28-

Hey folks! I&aposve spent the past quarter working on jank&aposs error messages. I&aposve focused on reaching parity with Clojure&aposs error reporting and improving upon it where possible. This has been my first quarter spent working on jank...

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

jank-lang.orgCan jank beat Clojure's error reporting?Ooohh, you're in a for a treat! Learn all about the tricks of error reporting in compilers and see some incredibly fancy error output from jank.