Multiple Returns, was Re: Common Lisp style macros inSmalltalk?

Stephan Rudlof sr at evolgo.de
Thu Jan 20 02:20:52 UTC 2000


Stephan Rudlof wrote:
>
> What's with calling it "Aggregate_" as prefix, because we have an
> aggregation of inst vars and then for the given example:
>         Tuple voltage: 220 current: 7.5 startingTorque: 185

written as
	Aggregate voltage: 220 current: 7.5 startingTorque: 185
leading to...

> ->      Aggregate_voltage_current_startingTorque
> as classname for a class with inst vars
>         voltage, current, startingTorque
> and corresponding get/set methods.
> 
...

Stephan
-- 
Stephan Rudlof (sr at evolgo.de)
   "Genius doesn't work on an assembly line basis.
    You can't simply say, 'Today I will be brilliant.'"
    -- Kirk, "The Ultimate Computer", stardate 4731.3





More information about the Squeak-dev mailing list