Skip to content

Instantly share code, notes, and snippets.

@anekos
Created June 1, 2014 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anekos/4cb77761188d305ff1e0 to your computer and use it in GitHub Desktop.
Save anekos/4cb77761188d305ff1e0 to your computer and use it in GitHub Desktop.
format 関数で join ができる common lisp
(format t "PATH=~{~A~^:~}" '(cat is kawaii)) ; PATH=CAT:IS:KAWAII
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment