Windows installer with another lisp. Which should I choose?
Subject: Windows installer with another lisp. Which should I choose?
From: David Billinghurst
Date: Tue, 24 Sep 2013 08:17:04 +1000
On 19/09/2013 1:01 PM, David Billinghurst wrote:
> I am considering making an experimental windows installer with an
> alternate lisp.
>
> An recommendations on which lisp should I try? I have successfully
> built windows binaries with most of the free lisps that work on
> windows, but haven't built an installer with anything but gcl.
sbcl installer passes the testsuite, but plotting doesn't work. Problem
is the $system command in macsys.lisp, which tries to launch /bin.sh -
doomed to fail on windows. I haven't managed to fix it (yet).