The mission of Common Lisp Docs and this website in particular is to provide Common Lisp Documentation.
The Docs in this Website are aimed to be a User Guide.
This website Common Lisp Reference is meant to be the reference.
We will hopefully soon come up with a tutorials website and more!
We aim to make this website as comprehensive as websites for other languages.
Adding some sample code below...
(format T "Hello World!")
(defun my-sqr (x)
(* x x))