Spy - Clojure / ClojureScript library for stubs, spies and mocks

2018-04-30 Thread Alex King
Spy - a library that records calls and responses to and from a function, allowing you to verify interactions, primarily

Spy - Clojure / ClojureScript library for stubs, spies and mocks

2018-04-30 Thread Didier
This looks cool for validation. -- 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 your first post. To unsubscribe from

Re: Spy - Clojure / ClojureScript library for stubs, spies and mocks

2018-04-30 Thread Alex King
I had to remove the original post due to the image, here's the link for anyone interested: https://github.com/alexanderjamesking/spy Thanks! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.co

Re: Understanding GraalVM and Clojure

2018-04-30 Thread Nathan Fisher
Is there a runnable language test suite that is used to verify CLJ, CLJS, and CLR compatibility? Thinking something similar to RubySpec that could be used to validate the completeness/gaps in a particular implementation (eg GraalVM). On Sun, Apr 29, 2018 at 7:16 AM, Khalid Jebbari wrote: > I've r

How to get result of default pprint from custom simple-dispatch

2018-04-30 Thread MS
I have a defrecord which is not pprinting exactly the way I want. When print-dup is true, I want to eliminate any references to the namespace, as I want to write out to edn and read it back in, but without running eval while doing so, and without exposing the clojure implementation details to t

[ANN] editscript: a diffing library for Clojure data

2018-04-30 Thread hyang
Hello, I am happy to make available a diffing/patching library for Clojure data structures. https://github.com/juji-io/editscript Two flavors of diffing algorithms are provided, with very different performance characteristics, suitable for different applications. * One optimizing diffing al