[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Aikido language
David Allison wrote:
> Some "unique" aspects:
>
> * block extension (the ability to add code/data to existing functions,
> classes, etc)
How is this different from standard implementation inheritance, where
you add code or data to a class by subclassing it?
> * function inheritance (the ability to inherit functions from functions)
If I understand what you mean by this, Bento (see http://www.bentodev.org)
has this.
Michael St. Hippolyte