Clojure, the popular lisp dialect for the JVM, recently got much easier to deploy on cloudbees:
You will probably have (or want to have) the Leiningen build system installed, once you have this, if you are new to clojure (or curious) then a great place to start is the bootstrap web app (clojure apps use the "ring" middleware for web apps - which is what this is all built on).
Clone it - run lein deps and away you go ! Develop locally (run lein ring server ) - and deploy when ready (lein cloudbees deploy ) - no SDK install needed.
This magic is all brought to you via the CloudBees lein plugin .
CloudBees
cloudbees.com