Skip to content

Instantly share code, notes, and snippets.

@snmsts
Created September 30, 2013 10:00
Show Gist options
  • Save snmsts/6761725 to your computer and use it in GitHub Desktop.
Save snmsts/6761725 to your computer and use it in GitHub Desktop.
print runtime environment
(format t "~&~@{~{~A~^ ~}~^~%~}"
`("Lisp:" ,(lisp-implementation-type) ,(lisp-implementation-version))
#+quicklisp `("Quicklisp:" "Version",(quicklisp-client::local-version) ,(ql-dist:all-dists))
#-quicklisp `("Quicklisp:" "Not installed"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment