Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Is also implemented for many other languages, although seems to first have been made in Haskell. Clojure for example has https://github.com/clojure/test.check


sort by: page size:


Clojure has quickcheck as well: https://github.com/clojure/test.check

For clojure I frequently check

http://planet.clojure.in/ and especially https://groups.google.com/forum/#!forum/clojure

I suppose there is something similar for most languages


https://www.zimpler.com/ is pure clojure, with some haskell I think


One example is Metabase, which turns out to be written in Clojure: https://github.com/metabase/metabase

For Clojure-on-golang there is https://joker-lang.org/

Something very similar for Haskell, as a library: http://leventerkok.github.io/sbv/




Clojure has clojars: https://clojars.org/

In Haskell, https://reanimate.github.io/ is very good.


A Haskell equivalent: https://reanimate.github.io/. Haven’t used it myself, but the examples are incredibly impressive.


There’s also https://reanimate.github.io/, which is the same thing for Haskell.

This is interesting tool[1] that allows much the same with Clojure

[1]: https://github.com/IGJoshua/farolero


You have testing libraries in Haskell just like in every other languages. For example: https://hackage.haskell.org/package/tasty
next

Legal | privacy