The Clojure language implementation for Vert.x
First, you'll need to install Vert.x.
The latest stable release is 1.0.0.Beta2. Until this module becomes part
of Vert.x proper, you will need to make Vert.x aware of it by editing
VERTX_HOME/conf/langs.properties
and adding:
clojure=io.vertx~lang-clojure~1.0.0.Beta2:io.vertx.lang.clojure.ClojureVerticleFactory
.clj=clojure
Every commit triggers a CI
build, and we publish a SNAPSHOT when that succeeds. So if you would
rather run the latest commit, update your langs.properties
with:
clojure=io.vertx~lang-clojure~1.0.0-SNAPSHOT:io.vertx.lang.clojure.ClojureVerticleFactory
.clj=clojure
Note that this module only works with Vert.x 2.1M4 or greater.
For 1.0.0.Beta2:
For HEAD:
See examples/README.md.
mod-lang-clojure is licensed under the Apache License, v2.0. See LICENSE.txt for details.