Last active
December 29, 2015 14:59
-
-
Save jdreux/7687738 to your computer and use it in GitHub Desktop.
A sample Clojure file
This file contains 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
(clojure.string/join " " (map name [:welcome :to "clj-fiddle" :!])) |
This file contains 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
test test test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome to clj-fiddle. Click the new button to begin.