Generic function: Difference between revisions

Content deleted Content added
tagging a broken link
Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta15)
Line 23:
''message'' now is a ''generic function'', an object and function in its own right. Individual implementations of the ''message'' are called ''methods''.
 
The same idea was implemented in [[CommonLoops]].<ref>[{{Cite web |url=http://www2.parc.com/istl/groups/gir/papers/stefik-commonloops-oopsla66.pdf |title=CommonLoops, Merging Lisp and Object-Oriented Programming]{{ |access-date=2009-12-10 |archive-url=https://web.archive.org/web/20110604013117/http://www2.parc.com/istl/groups/gir/papers/stefik-commonloops-oopsla66.pdf |archive-date=2011-06-04 |dead-url=yes link}}</ref> New Flavors and CommonLoops were the main influence for the Common Lisp Object System.
 
== Example ==