This article discusses a new feature planned for the next version of Clojure:
http://kotka.de/blog/2010/12/What_are_Pods.htmlThey will be a new reference type which actually holds transients internally. Storing a value will make it a transient, retrieving a value automatically turns it into a persistent structure again. Updating the value however will work on the transient and hence be fast. So transients will become a low-level implementation detail hidden behind pods.
Posted via email from miner49r
No comments:
Post a Comment