Agora (programming language): Difference between revisions

Content deleted Content added
m Unnecessary spacing
FrescoBot (talk | contribs)
m Bot: link specificity and minor changes
Line 1:
'''Agora''' is a [[Reflection (computer science)|reflective]], [[prototype-based programming|prototype-based]], [[object-oriented programming|object-oriented]] [[Computer programming|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 (computer science)|inheritance]], [[Clone (Java method)|cloning]] and reflective [[Operator (programming)|operators]].
 
==Overview==