Sytes
Sytes is a small Common Lisp library for building simple websites. I wouldn't call it a framework—it doesn't deal with any of those things you'd expect frameworks to do, like handling authentication, database abstraction etc. Sytes just implements a template engine with a Lispy syntax and a Hunchentoot dispatcher that maps URLs to templates. Sytes is the PHP of Common Lisp (I hope this doesn't sound like an insult). If you're a Lisper, you might enjoy it.

Links