Skip to content

Instantly share code, notes, and snippets.

@sgrove
Created November 15, 2010 04:33
Show Gist options
  • Select an option

  • Save sgrove/700030 to your computer and use it in GitHub Desktop.

Select an option

Save sgrove/700030 to your computer and use it in GitHub Desktop.
tag-name
(defun tag-name (name content)
(format nil "<~A>~A</~A>" name content name))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment