Skip to content

Instantly share code, notes, and snippets.

@owenrh
Last active August 29, 2015 14:27
Show Gist options
  • Save owenrh/effab10ef3e67f2b3cfa to your computer and use it in GitHub Desktop.
Save owenrh/effab10ef3e67f2b3cfa to your computer and use it in GitHub Desktop.
Just something for a blog post.
(reduce + (map (comp inc inc) (range 1 11)))
@owenrh
Copy link
Author

owenrh commented Aug 26, 2015

Yeah, definitely. I'd kind of thought I was being kind on Clojure by avoiding the anonymous function (or for that matter the full function) syntax. But I think it just confused the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment