From b0b44f8d3789bc64eac43292bc0bf66b88282bbd Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 5 Apr 2021 23:15:58 +0200 Subject: [PATCH] add java to the readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9433fb..d3d2b7a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,11 @@ So far, the demo contains: - purely functional (functions which returns parametrized lambdas), - strategy (composition of abstract classes), - policies (function parameters as templated variables), - - CRTP (Curiously Recurring Template Pattern) + - CRTP (Curiously Recurring Template Pattern). +- Java: + - functional, + - strategy, + - CRTP. The algorithm machinery itself is located within the `code.*` files and is not of major interest,