this post was submitted on 03 Mar 2025
3 points (100.0% liked)

Clojure programming language discussion

525 readers
12 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
 

Clojure Is Awesome!!! [PART 14]

https://dev.to/borba/clojure-is-awesome-part-14-4m1k

Exploring the Property Pattern: From C# to Clojure with a Functional Perspective Continuing our series, today we’ll dive into an interesting concept that has recently gained prominence in C#: the Property Pattern. Originally conceived in the...

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

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 weeks ago

@planet @clojure Uh. You don't need to write anything new, you can just use core.match. Or case with select-keys. Or destructuring. 🤷