Skip to content

Instantly share code, notes, and snippets.

@ashishnegi
Created June 18, 2014 05:16
Show Gist options
  • Save ashishnegi/f3b688011082e77da524 to your computer and use it in GitHub Desktop.
Save ashishnegi/f3b688011082e77da524 to your computer and use it in GitHub Desktop.
code-is-data
( + 1 2) ;// it would output 3
;// ( func-name arguments )
( clojure.string/join " " ["ashish" "negi" "is" "writing" "this" "post"] )
;// output
3
"ashish negi is writing this post"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment