Agora (programming language): Difference between revisions

Content deleted Content added
m upd link
Line 1:
'''Agora''' is a [[Reflection (computer science)|reflective]], [[prototype-based programming|prototype-based]], [[object-oriented programming]] [[programming language|language]] that is based exclusively on [[message passing]] and not [[Delegation (programming)|delegation]]. Agora was intended to show that even subject to that limit, it is possible to build a full object-oriented language that features [[Inheritance (computerobject-oriented scienceprogramming)|inheritance]], [[Clone (Java method)|cloning]] and reflective [[Operator (programming)|operators]].
 
==Overview==