Re: Stella interface
Thomas Russ <[email protected]>
| Newsgroups | gmane.comp.ai.powerloom |
|---|---|
| Message-ID | <[email protected]> |
On Jun 23, 2004, at 1:52 PM, Tom Stanzione wrote: > Does there exist a Stella interface to Powerloom? We are using Stella > for some behavior representation work and would like to use Powerloom > within these behaviors. The final application is in C++, so we compile > the behaviors into C++. I know we can probably use the Lisp interface, > but we don't want to compile all of Powerloom into our behavior > library. Sure. PowerLoom is actually implemented directly in Stella and we normally write almost all of our PowerLoom code using Stella. The interface functions for PowerLoom are found in the PLI module. A few things that may be needed, especially Stella datatypes are in the LOGIC module. You should be able to code directly in Stella, and then as long as you link the C++ library for PowerLoom into the final application, you should be able to have exactly what you want.