From: axtens
Subject: Newbie info request
Date: 
Message-ID: <b9a8d1c6-f82d-4306-ad62-0c9d32cf1813@c23g2000hsa.googlegroups.com>
G'day everyone

Can anyone suggest a Lisp or Lisp dialect which works in the Win32
environment, compiles to standalone binaries and can be used to write
DLLs and COM objects?

Kind regards,
Bruce.

From: Slobodan Blazeski
Subject: Re: Newbie info request
Date: 
Message-ID: <cb2005b5-3c54-441e-a3f1-9d857fbc0eba@e10g2000prf.googlegroups.com>
On Feb 4, 9:52 am, axtens <············@gmail.com> wrote:
> G'day everyone
>
> Can anyone suggest a Lisp or Lisp dialect which works in the Win32
> environment, compiles to standalone binaries and can be used to write
> DLLs and COM objects?
>
> Kind regards,
> Bruce.

Common lisp. All the commercial implementations could do that (LW,
ACL, Corman) if you're willing to spend some money. As per my
knowledge  free implementations  can't do that but they could
interface via FFI or be embedded into c/c++ code like ECL. See below
thread :
http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/9d0080bd3be9ddea/9e0ab129d28fb21b?lnk=gst&q=shameless+selfquoting#9e0ab129d28fb21b

cheers
Slobodan
http://tourdelisp.blogspot.com/
From: Slobodan Blazeski
Subject: Re: Newbie info request
Date: 
Message-ID: <d92c7b33-d9aa-49e0-859d-e3506b595934@i29g2000prf.googlegroups.com>
On Feb 4, 10:06 am, Slobodan Blazeski <·················@gmail.com>
wrote:
> On Feb 4, 9:52 am, axtens <············@gmail.com> wrote:
>
> > G'day everyone
>
> > Can anyone suggest a Lisp or Lisp dialect which works in the Win32
> > environment, compiles to standalone binaries and can be used to write
> > DLLs and COM objects?
>
> > Kind regards,
> > Bruce.
>
> Common lisp. All the commercial implementations could do that (LW,
> ACL, Corman) if you're willing to spend some money. As per my
> knowledge  free implementations  can't do that
I was talking about DLLs and COM object, free implementations could do
the rest of your requests.
CLisp probably the most popular free implmenttaion on windows compiles
to bytecode if you accept that as compiled.
> but they could
> interface via FFI or be embedded into c/c++ code like ECL. See below
> thread :http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/9d...
>
> cheers
> Slobodanhttp://tourdelisp.blogspot.com/
From: pTymN
Subject: Re: Newbie info request
Date: 
Message-ID: <257a4240-c336-4584-9c0e-8f8a4340ea02@k2g2000hse.googlegroups.com>
I second Corman Lisp. I'm using Corman Lisp in a DirectX 9 based game,
and the level of integration with C/C++ is very nice.

It can compile down a .dll that my C++ app can load and use.
From: Edi Weitz
Subject: Re: Newbie info request
Date: 
Message-ID: <uzlugpvbd.fsf@agharta.de>
On Mon, 4 Feb 2008 00:52:55 -0800 (PST), axtens <············@gmail.com> wrote:

> Can anyone suggest a Lisp or Lisp dialect which works in the Win32
> environment, compiles to standalone binaries and can be used to
> write DLLs and COM objects?

  http://www.lispworks.com/products/lispworks.html

Edi.

-- 

European Common Lisp Meeting, Amsterdam, April 19/20, 2008

  http://weitz.de/eclm2008/

Real email: (replace (subseq ·········@agharta.de" 5) "edi")