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.
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/
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/
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.
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")