[ANN] Ubergraph 0.5.0

2018-04-09 Thread Mark Engelberg
https://github.com/Engelberg/ubergraph Ubergraph is a batteries-loaded, immutable graph data structure for Clojure. Version 0.5.0 updates ubergraph to match the latest protocol changes in Loom 1.0.0 and above. Ubergraph has now been in use for over three years, and has no open bug reports in

[JOB] Clojure(Script) jobs at Reify Health | U.S Remote or Boston

2018-04-09 Thread Gabriel Horner
Hi, Reify Health is building clinical trial software using Clojure and ClojureScript. We are looking for experienced developers who are knowledgeable in our stack or eager to learn it. We care about building meaningful products, providing delightful user experiences

[ANN] clojure.data.priority-map 0.0.8

2018-04-09 Thread Mark Engelberg
https://github.com/clojure/data.priority-map clojure.data.priority-map is a map-like data structure that sorts by value. It is useful in many situations where you might ordinarily use a priority queue. NEW for version 0.0.8 is support for subseq and rsubseq. I had always intended to support

Re: Thoughts on clojure.spec

2018-04-09 Thread Dean Thompson
For others, like me, who are finding this old thread interesting reading, there's a newer library that nicely addresses a concern expressed here, "Do you find it frustrating that there's no way to turn on instrumentation of function outputs for manual testing?" I am really enjoying and getting

[TIP] How to get *ns* string in ClojureScript

2018-04-09 Thread Philos Kim
https://gist.github.com/philoskim/19bafdac0d9d5610408157e528c053d6 -- 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