Skip to content

Instantly share code, notes, and snippets.

@k0f1sh
Created December 11, 2013 18:28
Show Gist options
  • Save k0f1sh/7915789 to your computer and use it in GitHub Desktop.
Save k0f1sh/7915789 to your computer and use it in GitHub Desktop.
;; cli utility functions
(defun println (str)
(princ (format "%s\n" str)))
(defun pp (obj)
(println (prin1-to-string obj)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment