Created
December 17, 2014 16:56
-
-
Save tkhoa2711/bd4a49b60efa4eab7707 to your computer and use it in GitHub Desktop.
Print a list in Common Lisp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun print-list (list) | |
(format t "~{~A ~}~%" list)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment