Hacker News new | ask | show | jobs
by logicchains 4086 days ago
>Slots model instance variables as first class enities and enable meta-programming on this level.

That sounds similar to Self, where everything was expressed with slots, including instance variables. I believe Self also had a way to mark slots as immutable, which would be an awesome feature to get in Pharo.