Hacker News new | ask | show | jobs
by nonrecursive 5223 days ago
Thanks! This and the other comments in the thread are definitely motivating me to check out clojure. My dream of the moment is to make my command-line text-based game playable through a web front end and deployed to heroku using the clojure buildpack. I think that will give me at least, like, 5 geek points.
1 comments

I actually wasn't aware of the 'clojure buildpack' until you mentioned it. All I've ever done to put Clojure/Ring apps on Heroku is add a one-line Procfile to my Leiningen project, and `git push heroku`. :-)