摘要
AC++是用ACTOR模型建造的并发C++语言.本文介绍AC++的设计与实现,着重探讨如何在语义级上平滑地结合ACTOR模型和普通面向对象语言,提出了“扩充的行为抽象”和“异步创建”等新方法,使新语言既能保持面向对象语言的特性。
AC++ is concurrent C++ based on actor model. This paper introduces the design and implementation of AC++. The authors proposed some new skills, such as “extended behavior abstract” and “asynchronous creating”, which make the new language maintain basic features of object oriented language and support parallel computing as well.
出处
《软件学报》
EI
CSCD
北大核心
1997年第3期197-203,共7页
Journal of Software
基金
国家自然科学基金
关键词
面向对象语言
ACTOR模型
程序语言
AC++语言
Concurrent object oriented language, ACTOR model, extented behavior abstract, asynchronous creating, run -time support system.