Experience with Acore: Implementing GHC with Actors
Author(s)
Palmucci, Jeff; Waldsburger, Carl; Duis, David; Krause, Paul
DownloadAIM-1106.ps (5.244Mb)
Additional downloads
Metadata
Show full item recordAbstract
This paper presents a concurrent interpreter for a general-purpose concurrent logic programming language, Guarded Horn Clauses (GHC). Unlike typical implementations of GHC in logic programming languages, the interpreter is implemented in the Actor language Acore. The primary motivation for this work was to probe the strengths and weaknesses of Acore as a platform for developing sophisticated programs. The GHC interpreter provided a rich testbed for exploring Actor programming methodology. The interpreter is a pedagogical investigation of the mapping of GHC constructs onto the Actor model. Since we opted for simplicity over optimization, the interpreter is somewhat inefficient.
Date issued
1990-08-01Other identifiers
AIM-1106
Series/Report no.
AIM-1106
Keywords
parallel programming, object-oriented, concurrent logicsprogramming, message-passing, actors, Guarded Horn Clauses (GHC)