Skip to content

Instantly share code, notes, and snippets.

@nathanmarz
Created September 28, 2015 05:09
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 nathanmarz/e6127b64e81c9e064b4d to your computer and use it in GitHub Desktop.
Save nathanmarz/e6127b64e81c9e064b4d to your computer and use it in GitHub Desktop.
specter data flow snippets
[{:a 2 :b 3} {:a 1} {:a 4}]
{:a 2 :b 3}
{:a 1}
{:a 4}
{:a 3 :b 3}
{:a 1}
{:a 5}
[{:a 3 :b 3} {:a 1} {:a 5}]
[2 1 3 6 9 4 8]
[2 1 3 6 10 4 8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment