Grain of Salt - sicp chapter 3 complete [entries|archive|friends|userinfo]
snauts

[ userinfo | sc userinfo ]
[ archive | journal archive ]

sicp chapter 3 complete [Nov. 5th, 2010|06:13 pm]
Previous Entry Add to Memories Tell A Friend Next Entry
The object model approximates the world by dividing it into separate pieces. The functional model does not modularize along object boundaries. The object model is useful when the unshared state of the "objects" is much larger than the state that they share. An example of a place where the object viewpoint fails is quantum mechanics, where thinking of things as individual particles leads to paradoxes and confusions. Unifying the object view with the functional view may have little to do with programming, but rather with fundamental epistemological issues.

-- SICP
linkpost comment