Clojure

Getting Started with Clojure on Heroku

Last week I introduced the Den of Clojure to Heroku. I really enjoyed learning more about Clojure and experiencing super simple Clojure deployment on Heroku. For those who haven’t yet deployed Clojure on Heroku, lets walk through 8 quick steps to get you started: Install the Heroku Toolbelt and Leiningen Login to Heroku from the command line: ```bash heroku login If this is your first time logging into Heroku from the command line then you will be led through some steps to associate an SSH key with your Heroku account.