Ruby and Its Neighbors: Smalltalk
SMRTR summary
Smalltalk influenced Ruby's object system by establishing that everything is an object with behavior through method calls. This shaped Ruby's late-binding method lookup and comprehensive object model.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article