Hacker News new | ask | show | jobs
by mseebach 4904 days ago
Here's a good tutorial on how to do web development in Clojure. No, it's not as "batteries included" as Rails, but I found the learning curve pretty gentle.

http://www.vijaykiran.com/2012/01/11/web-application-develop...

Once you have a Ring-based Clojure web-app, you can run it as any other Java Servlet app, eg. in Heroku.