A website about Lisp programming and related topics
The possibility to reuse in your Lisp application existing libraries is key to the language acceptance for real world work. Here a few non trivial examples, mostly for using numerical libraries. I have settled for the FFI from the Common Lisp implementation used, no tests so far with UFFI or CFFI.
An interface to the PROJ library is here. It has been tested with sbcl, clisp and cmucl. Installation similar to CLX or Garnet as indicated here.
BLAS+LAPACK+fftw in one big application... Have to clean that a bit before showing to a larger audience, I hope soon.