From 03155754f166736f02c589ad737ca1ab64e4273e Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Tue, 30 Jun 2015 10:52:42 +0200 Subject: [PATCH] cyclops --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02f0eaa..406aef2 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that facilitate functional programming in Java.* +* [Cyclops](https://github.com/aol/cyclops) - Monad and stream utils, comprehensions, pattern matching, trampolines, etc for Java 8. * [Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition oriented development. * [Javaslang](http://javaslang.com) - Functional component library built for Java 8+ that provides persistent data types and functional control structures. * [jOOλ](https://github.com/jOOQ/jOOL) - An extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions.