Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
-
Updated
Mar 18, 2022 - Smalltalk
Pharo is an open source dynamic and reflective language inspired from the programming language
and integrated development environment (IDE) Smalltalk.
Pharo offers strong live programming features such as immediate object manipulation,
live update and hot recompiling. The live programming environment is at the heart of the system.
Created by Pharo Project
Released April 15, 2010
Today I was doing a lot of changes on some variables in a deep hierarchy.
Current Pharo tools allow developers to find accesses to a variable in a class but not in a hierarchy so I had to make this snippet: