Concurrent LISP on a Multi-Micro-Processor System
Abstract
For solving search problems in AI field, multi-process description is more elegant than the backtracking/coroutine description, from the standpoint of flexible search, high modularity and simple program structure. We propose the language specification of Concurrent LISP, which is a concurrent programming language based on LISP. We have implemented its interpreter on a large scale computer. We are working at the implementation of its interpreter on multi-micro-processor system to realize further efficient execution, 1
Cite
Text
Sugimoto et al. "Concurrent LISP on a Multi-Micro-Processor System." International Joint Conference on Artificial Intelligence, 1981.Markdown
[Sugimoto et al. "Concurrent LISP on a Multi-Micro-Processor System." International Joint Conference on Artificial Intelligence, 1981.](https://mlanthology.org/ijcai/1981/sugimoto1981ijcai-concurrent/)BibTeX
@inproceedings{sugimoto1981ijcai-concurrent,
title = {{Concurrent LISP on a Multi-Micro-Processor System}},
author = {Sugimoto, Shigeo and Tabata, Koichi and Agusa, Kiyoshi and Ohno, Yutaka},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1981},
pages = {949-954},
url = {https://mlanthology.org/ijcai/1981/sugimoto1981ijcai-concurrent/}
}