stz
from stack to heap
One of the hallmarks of Smalltalk code is sending 'new' to a class. This creates you a new object that you can then configure with message sends, eg: Person new name: 'Jane'; height: 5 foot + 6 inches; yourself If we were to use this approach for