Raymond Toy <[EMAIL PROTECTED]> writes: > If you want an HP-UX version, I think SBCL would be a good choice. I > think it used to work there and getting it to work again will be less > work.
I have uncommitted patches (which I can commit forthwith) that will probably allow sbcl to work on parisc-1.0 machines under hp-ux. There seems to be a bug somewhere in our handling of the parisc caches which prevent sbcl from loading code on parisc-2.0 machines (it executes the compiler fine, but loading fasls causes SIGILL), both under linux and hp-ux; tracking this down is probably more pain than I want right now, though I suppose I could be persuaded to give it another go -- with the caveat that last time I looked at it it was utterly baffling. Would any of that help? I suppose the other suggestion to mention (though it may be out of budget) is Douglas Crosher's SCL. Cheers, Christophe -- http://www-jcsu.jesus.cam.ac.uk/~csr21/ +44 1223 510 299/+44 7729 383 757 (set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b))) (defvar b "~&Just another Lisp hacker~%") (pprint #36rJesusCollegeCambridge)
