Skip to content

Instantly share code, notes, and snippets.

@kurogelee
Created May 2, 2014 04:59
Show Gist options
  • Save kurogelee/11467852 to your computer and use it in GitHub Desktop.
Save kurogelee/11467852 to your computer and use it in GitHub Desktop.
Clojureの無名関数で%-1は何を表すか? ref: http://qiita.com/kurogelee/items/2807639f35cfdf945cac
(apply #(println %1 %-1 %2 %&) (range 10))
0 (2 3 4 5 6 7 8 9) 1 (2 3 4 5 6 7 8 9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment