Skip to content

Instantly share code, notes, and snippets.

@hlship
Created September 18, 2011 19:05
Show Gist options
  • Save hlship/1225415 to your computer and use it in GitHub Desktop.
Save hlship/1225415 to your computer and use it in GitHub Desktop.
Cascade defrecord example
(defrecord Comment [text]
NodeStreaming
(stream [node strategy out]
(write out "<!--" text "-->")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment