I'm trying to extend the Clojure language to extend ACI-guaranteed refs to ACID-guaranteed drefs (durable refs). The API is to simply to call (dref key value), where key is a ...
I am reading up on weak references in Java after seing a SO post and realising I didn't really know what they were.
The following code is from pp. 457, Chapter 17: ...