Now what I need...
... is a way to reduce the time to ramp up on a new language to 2 weeks. I've had Clojure on my list for a while, but need a larger block of time to do more than run through helloworld, etc.
Heroku began life as an online service for building, hosting, and readily scaling Ruby on Rails applications. But the "platform cloud" has since expanded beyond the decidedly hip net programming language, embracing two other decidedly hip options: Node.js and Clojure. In May, the Salesforce.com-owned Heroku rolled out a new …
To help get you started here is a simple Clojure project all set up to be deployed on Heroku:
(it contains some simple hello world functionality, returning html or json in response to RESTful requests)
https://github.com/jdoig/Clojure-and-Compojure-on-Heroku--example-project
And a link to a blog with some great Clojure guides:
http://blackstag.com/blog.posting?id=5#chapters
Hope that helps.