ghostwheel

Hassle-free clojure.spec, automatic generative testing, side effect detection, and evaluation tracing for Clojure(-Script) – https://github.com/gnl/ghostwheel
genekim 2018-08-13T15:26:57.000261Z

Worked great, @clojurians.net @bbrinck — just a thought that’s occurred to me, while getting this up and running. Wanted to capture it here, and happy to write more if you’re interested. I was motivated to try ghostwheel to integrate the beautiful typing into my daily work. For me, the jagged edge of usability was having to configure orchestra, expound, etc. I had never used those before, nor heard about them, let alone configured them. Looking at the documentation, if you’re interested, I’d love to add a couple more paragraphs at the end of “Getting Started” — I can submit a pull request with some thoughts, based on my experiences. It would describe the last steps of configuration, and confirming that you can generate spec errors, etc.

gnl 2018-08-13T16:23:38.000009Z

@genekim Totally! Put something together, we can tweak it and figure out where it fits best, but more documentation definitely can't hurt. Make sure to use the asciidoc admonitions in How to Read a Readme to distinguish between critical and not so critical stuff. Thanks!