25.03.2013, 23:19, "Paul Nathan" <
pna...@vandals.uidaho.edu>:
> What lisp system should I try for osx ppc, do you think?
>
> Regards,
> Paul Nathan
Hello Paul.
Sorry for the long reply. It was necessary to review the lisp implementations
to found what do work on OS X PPC.
CCL - no support for PPC on OS X and the minimal OS X version is 10.5
ABCL - no need to test it (java is java everywhere)
SBCL - supports, a binary is provided on the
http://www.sbcl.org/platform-table.html,
rebuild of more recent version should also be possible
ECL - seems supporting OS X on PPC (despite OS X is not listed on the project
page, in the mailing list there were example applications for it; PPC is listed
on the project page as a supported architecture)
CLISP - seems supporting, there is a MacPort which lists ppc in the supporte_archs
(
http://trac.macports.org/browser/trunk/dports/lang/clisp/Portfile)
ACL - requires OS X 10.6, you have 10.4
LispWorks - free Personal Editions doesn't support command line invocations - can't be tested with cl-test-grid at all
CMUCL - according to thes page -
http://www.cons.org/cmucl/platforms.html -
only very old release 19f had been confirmed to work with MacOS X (10.4).
As you see, CCL is not supported. CCL is the most tested and recommented lisp to
run test-grid-agent. SBCL might also work, but I remember it had problems killing
child lisp processes when they hang.
I think if your time/interest permits, you may try SBCL both as test-grid-agent
and as a child lisp to be tested by agent.
If SBCL works, then you can try also CLISP, probably it is easy to install
via MacPorts or somehow else.
Also you can try ECL. It doesn't provide binaries, but building ECL is easy:
configure && make && make install.
Best regards,
- Anton