An example of open source projects using scalaz

Can someone point me to any open source project that uses scalaz ?

I’m even interested in those who can use scalaz in several ways (mixed with a different programming style or just pulling a few things from scalaz).

+8
scala scalaz
source share
2 answers

Here is one example, current at an early stage:

https://github.com/krasserm/scalaz-camel

This project provides the DSL language for the Apache Camel domain, based on the Scala programming language and the Scalaz library.

+6
source share
+3
source share

Source: https://habr.com/ru/post/650495/


All Articles