add java to the readme

This commit is contained in:
Johann Dreo 2021-04-05 23:15:58 +02:00 committed by GitHub
commit b0b44f8d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,