1

Installation/(load "/home/inaimathi/quicklisp/setup.lisp") both fail. This still-open task from 2011 tells me it's probably not getting fixed.

Is there a workaround?

Charles
  • 50,943
  • 13
  • 104
  • 142
Inaimathi
  • 13,853
  • 9
  • 49
  • 93
  • 1
    @Xach - Reasons. (I'm trying to do some Lisping on ARM, and the other available CLs either can't seem to run `hunchentoot`, have odd restrictions on the use of streams, or aren't available from the ARM Debian repos). I take it that this is basically a "you can't"? – Inaimathi Oct 10 '12 at 19:30
  • 6
    I don't know if you can, but if you want to do Lisping on ARM, I think Clozure CL is far and away the better bet, as it is actively maintained and is the second most popular Common Lisp implementation, so likely to have much better software support than GCL. – Xach Oct 10 '12 at 19:41
  • 1
    Just to add perspective, the last version of GCL seems to be from 2005, 7 years ago. – Svante Oct 10 '12 at 20:34
  • Clozure was going to be the thing I tried if this didn't pan out. I guess that's that then. Did one of you guys want to put that up as an answer? – Inaimathi Oct 11 '12 at 00:20

1 Answers1

2

Clozure CL and SBCl both can run hunchentoot web server on ARM.