What is "lisp"

Introducing

The LISP name is derived from "List Processing". It is a language originally created as a practical mathematical notation for creating computer programs. See the article on wikipedia for more information.

Hello World in Lisp

;;; Hello World in Common Lisp

(defun helloworld ()
  (print "Hello World!"))

Popular dialects

Free Lisp Programming Books(all in English)