Miscellaneous Common Lisp stuff

by Ury Marshak

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

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.


 

DOCUMENTATION-TEMPLATE patched for SBCL

A dirty patch that allows DOCUMENTATION-TEMPLATE by Edi Weitz to run on SBCL.



 

jsmin.lisp

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.


 

Unicode Bidirectional Algorithm

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.



 

PDF output fo bidirectional text

Work in progress.



 

Getting started with CXML-RPC

first draft
sample file



;;; Copyright (c) 2007-2008, Ury Marshak