Actor-Based Concurrent Language: Difference between revisions

Content deleted Content added
Unlinked: Asynchronous
Line 4:
''ABCL/1'' (Actor-Based Concurrent Language) is a [[prototype-based programming|prototype-based]] [[concurrent programming language]] for the '''ABCL MIMD''' system, created in 1986 by [[Akinori Yonezawa]], of the ''Department of Information Science'' at the [[University of Tokyo]].
 
ABCL/1 uses [[asynchronous]] [[message passing]] among [[object (programming)|objects]] to achieve concurrency. It requires [[Common Lisp]]. Implementations in [[Kyoto Common Lisp]] (KCL) and [[Symbolics]] Lisp are available from the author.
 
===ABCL/R===