Add Common Lisp example
Common Lisp is distinct from plain old `Lisp' in that Lisp doesn't have FORMAT. That was added in Common Lisp, in Guy Steele's book Common Lisp the Language, in 1984.
This commit is contained in:
4
c/common-lisp.lisp
Normal file
4
c/common-lisp.lisp
Normal file
@@ -0,0 +1,4 @@
|
||||
;; Common Lisp
|
||||
|
||||
(defun hello-world ()
|
||||
(format t "Hello World~%"))
|
||||
Reference in New Issue
Block a user