Re: What is the minimal Emacs config for practical Clojure development?

2018-07-02 Thread Ɓukasz Korecki
Hi! I've recently switched to Monroe - https://github.com/sanel/monroe Its feature set is quite limited, and it boils down to: - start a nREPL server - connect to it - a REPL buffer is created inside of Emacs - evaluate forms I've added a tiny bit of config on my side which adds a Clojure scrat

Re: [ANN] greenlight 0.1.0 - a integration testing framework

2018-07-02 Thread Jeff Stokes
Hey Daniel, We use greenlight for end to end integration suites of our services infrastructure. Specifically, greenlight is useful when managing test system lifecycles that include spin up, tear down, and removal of resources created while running tests. Our test systems are generally built fro