Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2011 22:13
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/762871 to your computer and use it in GitHub Desktop.
Save anonymous/762871 to your computer and use it in GitHub Desktop.
<amalloy> (doc binding)
<sexpbot> ⟹ "Macro ([bindings & body]); binding => var-symbol
init-expr Creates new bindings for the (already-existing) vars, with
the supplied initial values, executes the exprs in an implicit do,
then re-establishes the bindings that existed before. The new bindings
are made in parallel (unlike let); all init-exprs are evaluated before
the vars are bound to their new values."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment