Skip to content

lion003-liu/mod-lang-clojure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod-lang-clojure

The Clojure language implementation for Vert.x

Usage

First, you'll need to install Vert.x.

The latest stable release is 1.0.4. Vert.x 2.1.2 ships with 1.0.2, so you will need update VERTX_HOME/conf/langs.properties to use 1.0.4 if you want the latest. Change:

clojure=io.vertx~lang-clojure~1.0.2:io.vertx.lang.clojure.ClojureVerticleFactory

to

clojure=io.vertx~lang-clojure~1.0.5:io.vertx.lang.clojure.ClojureVerticleFactory

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.6-SNAPSHOT:io.vertx.lang.clojure.ClojureVerticleFactory

Note that this module only works with Vert.x 2.1RC3 or greater.

Documentation

Examples

See the offical examples repo.

License

mod-lang-clojure is licensed under the Apache License, v2.0. See LICENSE.txt for details.

About

Clojure language implementation module for Vert.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 93.4%
  • HTML 2.7%
  • JavaScript 2.1%
  • Java 1.8%