Stream and I just released the first "stable" version of the mod-lang-clojure module, 0.1.0. This module provides support for writing Vert.x applications in Clojure.
# What is Vert.x? Vert.x[0] is an asynchronous polyglot application platform for the JVM built on top of Netty. # Current features The module has feature parity with most of the other language implementations, and additionally provides: * repl support[1] - any verticle can expose an nREPL endpoint that shares the same runtime * embedding[2] - the core API is published as a standalone jar, and can be used to embed a Vertx instance inside a standalone Clojure application # TODO We've got a bit more to do before we'll be ready to release a 1.0.0: * support for embedding via a PlatformManager * improve API consistency * improve documentation # What you can do to help Take it for a spin! See the README[3] for usage instructions. Then take a look at the manual[4], the API docs[5], and the growing set of examples[6]. Let us know if you have any problems/questions/feedback by filing issues[7], even if it's "This API sucks, it should look like..." :) [0]: http://vertx.io/ [1]: https://github.com/vert-x/mod-lang-clojure/blob/0.1.0/docs/core_manual_clojure.md#using-nrepl [2]: https://github.com/vert-x/mod-lang-clojure/tree/0.1.0/examples/embedded [3]: https://github.com/vert-x/mod-lang-clojure#mod-lang-clojure [4]: https://github.com/vert-x/mod-lang-clojure/blob/0.1.0/docs/core_manual_clojure.md [5]: http://tcrawley.org/mod-lang-clojure/0.1.0/html-docs/ [6]: https://github.com/vert-x/mod-lang-clojure/tree/0.1.0/examples/ [7]: https://github.com/vert-x/mod-lang-clojure/issues/ -- Toby Crawley http://immutant.org | http://torquebox.org -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.