On #clojure, Rich once mentioned that Jim Gray's "Transaction Processing.." influenced his design of clojure's STM. IIRC, he mentioned that the MVCC aspect of the STM and the commute operation were some of the ideas that he took from the book.<p>Another paper that gets repeatedly mentioned as being influential in Clojure's design is <a href="http://web.mac.com/ben_moseley/frp/paper-v1_01.pdf" rel="nofollow">http://web.mac.com/ben_moseley/frp/paper-v1_01.pdf</a><p>Once you finish the above paper, you should also look at
<a href="http://code.google.com/p/clojure-contrib/wiki/DatalogOverview" rel="nofollow">http://code.google.com/p/clojure-contrib/wiki/DatalogOvervie...</a> for seeing one way of doing FRP in clojure.