Pharo is described as a “pure object-oriented programming language and a powerful environment” that has “objects and messages all the way down” according to the website. There are many questions one might have from this definition, but the main one for me was “How is a message send different from a function call in other Object Oriented Languages?” To answer this we must have some background.
Share this post
Pharo Objects Demystified: The subtle…
Share this post
Pharo is described as a “pure object-oriented programming language and a powerful environment” that has “objects and messages all the way down” according to the website. There are many questions one might have from this definition, but the main one for me was “How is a message send different from a function call in other Object Oriented Languages?” To answer this we must have some background.