Skip to content

Instantly share code, notes, and snippets.

@JunKikuchi
Created May 15, 2011 07:08
Show Gist options
  • Save JunKikuchi/972936 to your computer and use it in GitHub Desktop.
Save JunKikuchi/972936 to your computer and use it in GitHub Desktop.
4clojure: Implement range
#(take (- %2 %1) (iterate inc %1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment