Skip to content

Instantly share code, notes, and snippets.

@MarcoPolo
Created May 3, 2013 21:35
Show Gist options
  • Save MarcoPolo/5514400 to your computer and use it in GitHub Desktop.
Save MarcoPolo/5514400 to your computer and use it in GitHub Desktop.
the -> converts (-> x (f a) (g b)) into (g (f x a) b)
the ->> converts (->> x (f a) (g b)) into (g b (f a x) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment