Raymond Toy <[EMAIL PROTECTED]> writes: > Unless you really need a cmucl version, I'd consider sbcl, which might > work on HP/UX.
I have an uncommitted sbcl branch that almost works on current HP/UX. I say "almost", but actually I don't know about that. The situation is that it faults with an illegal instruction when loading fasl files. This is usually to do with failing to clear the instruction and data caches when attempting to execute freshly allocated memory, but I've had parisc experts look over the code and they can't see anything wrong with it. I haven't tried it recently, mind you; either things could magically have fixed themselves, or they could be much worse than that. 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)
