|  |      1Kymair      2012-11-15 21:47:45 +08:00 OO的确有很严重的缺陷,现在学了Clojure等FP之后回过头去看的确这么感觉。Disclaimer: 当然FP也不是什么都好。 Erlang作者Joe Armstrong: Why OO Sucks http://news.ycombinator.com/item?id=4245737 Clojure作者Rich Hickey: Are We There Yet http://www.infoq.com/presentations/Are-We-There-Yet-Rich-Hickey 是我很喜欢的两篇相关讨论 | 
|  |      2soulhacker      2012-11-16 15:43:34 +08:00 想起 Joe Armstrong 某次访谈说过他认为 OO 的核心概念是 messaging、isolation 和 polymorphism,而 object 和 class 并不是关键。 | 
|  |      3lldong      2012-11-17 01:31:24 +08:00 @soulhacker Alan Kay在这封邮件中也强调 The big idea is messaging http://c2.com/cgi/wiki?AlanKayOnMessaging | 
|  |      4reus      2012-11-17 01:37:25 +08:00 所以golang就没有继承,只有embedded struct | 
|  |      5humiaozuzu      2012-11-17 15:38:16 +08:00  1 OOP Isn't a Fundamental Particle of Computing http://prog21.dadgum.com/156.html |