this post was submitted on 28 Feb 2024
1 points (100.0% liked)

Clojure programming language discussion

0 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 4 years ago
 

Protocols: Clojure’s Polymorphic Magic

https://medium.com/helpshift-engineering/protocols-clojures-polymorphic-magic-d291eab91d1b?source=rss----3229f31ca4f4---4

In this post, we will try to understand how protocols work in Clojure. As an example, we will see how clojure/core.cache, a well-known Clojure library, implements caching algorithms using protocols.Polymorphism In ClojurePolymorphism is a design...

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

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here