Clojure 1.7 introduced reader conditionals and standardized way to write Clojure code for various platforms. Last few months ago, when I started to write Rigui, I decided to support both Clojure and ClojureScript. And it turns out to be possible. However, during the development, you need to be aware …
Tag: clojure
Subscribe to Feed of articles under clojure
"Summarizing Changes in Slacker 0.13"
After a year of feature development and minor fixes, Slacker and Slacker Cluster version 0.13 is now available. In this article, I will summarize changes in this release and give a you short introduction of new features and improvements.
Slacker is an RPC framework features non-invasive design. It exposes …
Running Ring web application on HTTP2 with rj9a
Ring-jetty9-adapter(rj9a) just received an update, the 0.9, with Jetty 9.3 adoption. The most important feature in this release is support for HTTP2. That means, you can run your Ring application on the new HTTP2 protocol.
In case you still have no idea about HTTP2, it's the biggest …