From 0ce4ce263299d416bce42ff908ff3d1c826ad32a Mon Sep 17 00:00:00 2001 From: Daniel Dietrich Date: Thu, 23 Apr 2015 17:47:19 +0200 Subject: [PATCH] Added jOOL and Javaslang to Functional Programming --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a46016..7c7afd4 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,8 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that facilitate functional programming in Java.* * [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. ## Game Development