Setting up a non-emacs Common Lisp Dev Env for web application development?

Posted by Ravi S on Stack Overflow See other posts from Stack Overflow or by Ravi S
Published on 2010-06-16T07:35:29Z Indexed on 2010/06/16 7:42 UTC
Read the original article Hit count: 302

Filed under:

I am trying to set up a Common Lisp Dev Env for web application development on my Ubuntu 10.04 LTS 64-bit box and I can't find a single decent guide that is targeted at noobs. The closest I came is with Peter Seibel's Lisp in a box but I detest Emacs with a passion and it seems to have older versions of SBCL and CLISP (which are my preferred CL implementations).

I do not want to use any of the commercial implementations. I am looking for a simple setup to write some very basic CRUD apps involving possibly hunchentoot, some framework like weblocks,CL-WHO, CL-SQl, sqlite or some datastores from the nosql family like mongo and couch..

Assuming, I go with either SBCL or CLISP on Linux, what is the best tool to manage packages and libraries? ASDF? I am looking for simplicity and consistency and I don't expect to use a ton of libs...

© Stack Overflow or respective owner

Related posts about common-lisp