this post was submitted on 22 Dec 2024
1 points (100.0% liked)

Clojure programming language discussion

478 readers
3 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
 

STM in Clojure - Code

https://dmiller.github.io/clojure-clr-next/general/2024/12/22/STM-code.html

We explain the code for Ref and LockingTransaction. For background, refer to the previous post, STM in Clojure - Design. The Ref class I’m going to leave out some details of the implementation that are not relevant to STM directly – validators,...

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

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