Clack is a web application environment for Common Lisp inspired by Python's WSGI and Ruby's Rack.
(clackup
(lambda (env)
'(200
(:content-type "text/plain")
("Hello, Clack!"))))
Access to http://localhost:5000/ on your browser.
(ql:quickload :clack)
If you found a bug, report it on GitHub Issues. Of course you can fork and send a pull request to me. Thank you for your contribution.
If you just want to discuss with Clack developers, join the mailing-list.