From: Christian Martens
Subject: Freeware LISP Compiler for Windows NT 4.0
Date: 
Message-ID: <7snce9$9li$1@f40-3.zfn.uni-bremen.de>
Hi!

I'm looking for a freeware lisp compiler/interpreter for Windows NT. Can
somebody give me a hint?

Another question:
Is it possible to build up an interaction between a VC++ and a Lisp Program?

CU
Christian
From: Marc Battyani
Subject: Re: Freeware LISP Compiler for Windows NT 4.0
Date: 
Message-ID: <C2C590B6916155D6.EA36C23E67FE84FF.2B41A6521F247E9A@lp.airnews.net>
----- Original Message -----
From: Christian Martens <········@iat.uni-bremen.de>
Newsgroups: comp.lang.lisp
Sent: Monday, September 27, 1999 11:21 AM
Subject: Freeware LISP Compiler for Windows NT 4.0


> Hi!
>
> I'm looking for a freeware lisp compiler/interpreter for Windows NT. Can
> somebody give me a hint?

look at http://www.elwoodcorp.com/alu/index.htm

> Another question:
> Is it possible to build up an interaction between a VC++ and a Lisp
Program?

Yes.
Depending on the lisp implementation you use, you can:
    - put the C++ code in a DLL and call it from lisp
    - deliver the lisp code in a DLL and call it from C++
    - make the C++ and lisp programs talk to each other by sockets, shared
memory, RPC, COM...

Marc Battyani