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/856903 to your computer and use it in GitHub Desktop.
Save anonymous/856903 to your computer and use it in GitHub Desktop.
<amalloy> (doc doall)
<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. doall can be used to force any effects. Walks through the
successive nexts of the seq, retains the head and returns it, thus
causing the entire seq to reside in memory at one time."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment