Skip to content

Instantly share code, notes, and snippets.

@iamedu
Created January 27, 2015 18:16
Show Gist options
  • Save iamedu/90e396725fe4c6014c8d to your computer and use it in GitHub Desktop.
Save iamedu/90e396725fe4c6014c8d to your computer and use it in GitHub Desktop.
Mensaje para ti
# wget https://github.com/…/bo…/releases/download/2.0.0-rc8/boot.sh && mv boot.sh boot && chmod a+x boot && sudo mv boot /usr/local/bin
# boot repl
boot.user> (defn <3 [love & loves] (apply str love " <3 " (clojure.string/join " and " loves)))
boot.user> (<3 "I" "Clojure" "you")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment