Created
November 15, 2012 08:16
-
-
Save html/4077356 to your computer and use it in GitHub Desktop.
yaclml macro that I use with weblocks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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