HEADER Now Available on Quicklisp <nav> <ul> <li><a href="#overview">overview</a></li> <li><a href="#documentation">documentation</a></li> <li><a href="#contribute">contribute</a></li> </ul> </nav> MAIN CONTENT (defparameter *app* (make-instance '<app>)) @route GET "/" (defun index () (with-layout (:title "Welcome to My site") (render #P"index.tmpl"))) Lisp is a language for doing what you've been told is impossible. — Kent Pitman Common Lisp is the standardized most powerful language with high-performance implementations in the world. It has lexical closures, multi-dispatch object system called CLOS, the metaobject protocol and macros. As Caveman2 is written in portable Common Lisp, you don't need to compromise on its language. As Caveman2 bases on Clack , your web application works on many w...