[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with <each-subclass-slot-info>



Chris Double <doublec@xtra.co.nz> wrote:
> Functional Developer has <each-subclass> so you could try that. Or a

Hmm, i use FreeBSD and i don't think FunctionalDeveloper is
available for FreeBSD (or Linux).

> define constant $abcd = make(<table>);
> define method abcd(c :: <one>) => (o :: <object>)
>  $abcd[c]
> end;
> define method abcd-setter(v :: <object>, c :: <one>) => (o :: <object>)
>  $abcd[c] := v
> end;
>
> Untested, but you hopefully get the idea.

I see. I think this would work.

Thank you

Martin

-- 
The instructions said to use Windows 98 or better, so I installed FreeBSD.

		-- Jim Levie in comp.unix.bsd.freebsd.misc --