I am trying to configure Common Lisp Dev Env to develop web applications on my 64-bit Ubuntu 10.04 LTS field, and I can not find any decent noobs-oriented tutorial. The closest I came with Peter Seibel was Lisp in a box, but I hate Emacs with passion and seem to have older versions of SBCL and CLISP (which are my preferred CL implementations).
I do not want to use any commercial implementations. I am looking for a simple installation to write some very simple CRUD applications involving, perhaps, hunchentoot, some frameworks such as weblocks, CL-WHO, CL-SQl, sqlite or some nosql data warehouses such as mongo and couch.
Assuming I'm going with either SBCL or CLISP on Linux, what is the best tool for managing packages and libraries? ASDF? I'm looking for simplicity and consistency, and I don't expect to use a ton of libs ...
source share