Created
June 18, 2014 05:16
-
-
Save ashishnegi/f3b688011082e77da524 to your computer and use it in GitHub Desktop.
code-is-data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( + 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