Clojure on Kubernetes quickstart, patterns, libraries, ideas...

2018-06-04 Thread Jason Whitlark
A while back I wrote a quickstart for a minimal Clojure setup running on Kubernetes . It's time to revisit and update it. I wanted to both ask for feedback for things to add/remove, and more generally ask what projects, patterns, libraries, s

Re: Bazel as Clojure build tool

2018-06-04 Thread Nathan Fisher
It's not something that as a user you'd be exposed to. The easiest way to demonstrate the impact is to write a library and test target in two different ways for a Java project. 1. using java_library target for the library. 2. using genrule for the library that calls out to javac. Run the test t