From 6b40b3b23d1efdf282226445b9d647c66aaabba9 Mon Sep 17 00:00:00 2001 From: Luo Chen Date: Fri, 27 Nov 2020 15:36:04 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d5d0b7..f9a1124 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Articles by Bartosz Milewski about solving small, practical problems by applying - [static-land-recursion-schemes](https://github.com/JosephJNK/static-land-recursion-schemes) for JavaScript/Flow - Schemes for data structures written in the style of [flow-static-land](https://github.com/gcanti/flow-static-land). - [Katalyst](https://github.com/aedans/Katalyst) for Kotlin - a re-envisioning based off Matryoshka using lightweight higher kinded polymorphism. +- [Recursion Schemes in Java](https://github.com/luochen1990/java-recursion-schemes) an java implementation of recursion schemes based on reflection. ## License