I'm guessing reddit.asd lists some:
:tbnl (a toolkit for building dynamic websites)
:cl-ppcre (a regex library)
:trivial-http (a HTTP client)
:cl-who (a library for using S-expressions as HTML markup templates)
:clsql (a SQL database interface and ORM)
:clsql-postgresql (a PostgreSQL connector)
:cl-smtp (a SMTP client for sending email)
:ironclad (a cryptography library)
The stack I used for a website just the other day:
hunchentoot
cl-who
postmodern (prefer it over clsql-postgresql)
cl-smtp
ironclad
drakma (fuller featured than trivial-http)
I'm guessing reddit.asd lists some:
:tbnl (a toolkit for building dynamic websites)
:cl-ppcre (a regex library)
:trivial-http (a HTTP client)
:cl-who (a library for using S-expressions as HTML markup templates)
:clsql (a SQL database interface and ORM)
:clsql-postgresql (a PostgreSQL connector)
:cl-smtp (a SMTP client for sending email)
:ironclad (a cryptography library)