Skip to content

Instantly share code, notes, and snippets.

@html
Created November 15, 2012 08:16
Show Gist options
  • Save html/4077356 to your computer and use it in GitHub Desktop.
Save html/4077356 to your computer and use it in GitHub Desktop.
yaclml macro that I use with weblocks
(defmacro with-yaclml (&body body)
"A wrapper around cl-yaclml with-yaclml-stream macro."
`(yaclml:with-yaclml-stream *weblocks-output-stream*
,@body))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment