The code linked to from this page comes with a BSD-style license so you can basically do with it whatever you want (unless what you want is to sue somebody :) )
HT-AJAX is a small Common Lisp framework that is designed to ease dynamic interaction of your web pages with the server. It runs under the Hunchentoot web server by Dr. Edi Weitz.
A dirty patch that allows DOCUMENTATION-TEMPLATE by Edi Weitz to run on SBCL.
jsmin.lisp is a rewrite of Javascript minifier by Douglas Crockford in Common Lisp. Checked to be byte-for-byte compatible with jsmin on several large JS libraries. Included in HT-AJAX.
A CL implementation of Unicode Bidirectional Algorithm. A rough working draft is done: performs UBA, but does not do shaping yet and interaction with line-breaking algorithms must be implemented.
Work in progress.
;;; Copyright (c) 2007-2008, Ury Marshak