lua-users home
lua-l archive

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


>From: Renato Cerqueira <rcerq@tecgraf.puc-rio.br>

>Besides the prototyping phase in software development processes,
>there are prototype-based languages.
>Basically, those languages are OO languages that use delegation,
>instead of classes, to share behavior among objects.

Examples are Self, NewtonScript and Omega.
See http://www.mri.mq.edu.au/~kjx/prototypes.html
--lhf