[ANN] Cambium - Structured logging for Clojure

2017-11-30 Thread Shantanu Kumar
Hi, I am happy to announce the availability of Cambium, an Open Source project for structured logging in Clojure using SLF4j and Logback. Details: https://cambium-clojure.github.io/ Repos: https://github.com/cambium-clojure *Highlights:* - Evolved through two years of production use at Concur f

Re: ANN: Parallel let macro!

2017-11-30 Thread Leif
Interesting seeing the different solutions to this problem. Seems like a good place to remind people about the plumatic/plumbing Graph library: (require '[plumbing.core :refer (fnk)])(require '[plumbing.graph :as graph]) (def g { :a (fnk [] (:a (remote-req {:a 1 :x 2}))) :b (fnk [] (rem