Skip to content

Instantly share code, notes, and snippets.

Created March 6, 2011 01:02
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 anonymous/856902 to your computer and use it in GitHub Desktop.
Save anonymous/856902 to your computer and use it in GitHub Desktop.
<amalloy> (doc dorun)
<sexpbot> ⟹ "([coll] [n coll]); When lazy sequences are produced via
functions that have side effects, any effects other than those needed
to produce the first element in the seq do not occur until the seq is
consumed. dorun can be used to force any effects. Walks through the
successive nexts of the seq, does not retain the head and returns
nil."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment