On Mon, Mar 24, 2008 at 3:58 PM, Dan Bron <[EMAIL PROTECTED]> wrote: > you embed J as a calculation engine in a larger framework. For example, you > could build a .NET project with a C# GUI for the frontend and the J dll or > COM objects for the backend.
Architecturally, that's how my jevalbot works. The frontend (irc client) is written in ruby, and it starts multiple J engines (jep) in which it evaluates J code. Ambrus ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
