Re: Hunchentoot in SBCL on Intel OS X



SBCL supports Unicode by default.

Threads are currently supported on x86 and x86-64 Linux and Solaris,
and _experimental_ thread support exists for OS X (x86 only).

To build SBCL with threads:

$ cd to-your-sbcl-source-tree

$ echo "(lambda (f) (cons :sb-thread f))" >
customize-target-features.lisp

$ sh make.sh

(Read INSTALL for details.)

....and as always, SBCL questions are best asked and answered on eg.
sbcl-help mailing list.

3. On another issue entirely: in order to install anything via
asdf-install, I need to use "sudo sbcl" for site-wide packages. I can

AFAIK most people don't asdf-install lisp packages site-wide on their
development boxes. If you really want to do it, start Lisp as root,
install what you want, exit, and then run it as a regular user.

Cheers,

-- Nikodemus Siivola

.



Relevant Pages

  • Re: Towards faster Python implementations - theory
    ... CMUCL and SBCL depends on the dominance of the x86 architecture. ... Currently, CLPython uses some non-standard Allegro Common Lisp features, so ...
    (comp.lang.python)
  • Re: Current status of threading in Common Lisp implementations
    ... SBCL supports SMP capable threads on x86 ... and x86-64 Linux, and x86/Solaris. ... Thread support is still experimental ... Can you give a link about this outstanding issues? ...
    (comp.lang.lisp)
  • Hunchentoot in SBCL on Intel OS X
    ... Based on recommendations, I'm trying Hunchentoot on SBCL, and running ... or to exit from SBCL. ... This library needs a version of SBCL with Unicode and thread support. ...
    (comp.lang.lisp)
  • Re: Reddit rewritten in Python
    ... a server side application it only needs to run on that server. ... Dunno why they weren't using SBCL, but possibly it lacked some feature they needed or thought they needed. ... (Lack of thread support on OS X, too, for that matter). ... SBCL to provide threading under freeBSD so that SBCL would support TBNL on both platforms. ...
    (comp.lang.lisp)
  • SBCL and garbage collection
    ... I'm trying to track down references to some objects that are not ... I modified the SBCL source to get 1.5 GB dynamic space on x86 32 ... a problem with garbage collection? ... I'm using SBCL CVS on Linux 2.6.x and x86. ...
    (comp.lang.lisp)