Here's a page (from a blog that's on my blogroll) which links to two screencasts that show using LispWorks (a Common Lisp implementation on the Mac with a nice IDE) to do HTTP client and server stuff and then to develop a...
Getting started with ASDF A concise intro to Common Lisp's ASDF packaging system (tags: lisp asdf cl common-lisp) CLiki : cl-yahoo CL-YAHOO is a Common Lisp interface to the Yahoo! API, a networking api which enables searching...
I was reading some essays about Common Lisp and came across a few interesting libraries for accessing some of Yahoo's Web Services APIs: cl-delicious: for accessing the del.icio.us API cl-yahoo: for accessing the Yahoo! Search...
A few months ago, while I was on a Lisp kick, I looked into installing and trying the UnCommon Web framework but I was put off on how difficult it was to install. Well, it looks like some folks have worked to make it easy to...