Skip to content

Instantly share code, notes, and snippets.

@jvillste
Created May 15, 2012 13:10
Show Gist options
  • Save jvillste/2701632 to your computer and use it in GitHub Desktop.
Save jvillste/2701632 to your computer and use it in GitHub Desktop.
Functional programming patterns
Create new entity and insert it to a collection. Return the modified collection and the new entity
(let [updated-collection new-entity] (add-entity collection))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment