I'm using OSX and heavily into webdevelopment, so i used Homebrew to install Lisp and the Hunchentoot webserver.
The procedure is:
- Install Homebrew
- Install SBCL using Homebrew
- Install Quicklisp
- With quicklisp its easy to install the Hunchentoot lisp webserver
Start a Hunchentoot webserver:
(hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242))