(defun hello (&optional (name :world)) (format nil "Hello, ~A!" name )) (hello "World")
This characterizes pretty-LISP.