Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Example of open source projects using scalaz

Tags:

scala

scalaz

Can anybody point me to any open source project that make use of scalaz?

I'm even interested in those that may use scalaz in some small ways (mixed with other programming style or just pulling a few things from scalaz).

like image 547
huynhjl Avatar asked Dec 28 '10 15:12

huynhjl


1 Answers

Here's one example that is current though in its early stage:

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

This project provides a domain-specific language (DSL) for Apache Camel that is based on the Scala programming language and the Scalaz library.

like image 143
denis phillips Avatar answered Nov 03 '22 21:11

denis phillips