TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Books that influenced Clojure

48 点作者 mariorz将近 16 年前

4 条评论

icey将近 16 年前
I'm shocked that Java Concurrency in Practice isn't in the list:<p><a href="http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601/" rel="nofollow">http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/...</a><p>I only know about that book because of Rich's mentions of it.<p>To be honest, I"m also a little surprised that the Pickaxe book is in the list. Not that Ruby isn't the bees knees; it just didn't strike me as being influential on Clojure.
评论 #666175 未加载
crc将近 16 年前
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.
评论 #666220 未加载
dmlorenzetti将近 16 年前
Since Clojure lacks tail-call optimization, I'm not sure how the book "Programming Clojure" influenced it...
评论 #666422 未加载
评论 #666054 未加载
iman将近 16 年前
You can read the thesis that later became "Purely Functional Data Structures" for free online: <a href="http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf" rel="nofollow">http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf</a><p>It's a great read even for those who don't yet have experience with functional programming.
评论 #666959 未加载