add java to the readme
This commit is contained in:
parent
d345f67212
commit
b0b44f8d37
1 changed files with 5 additions and 1 deletions
|
|
@ -13,7 +13,11 @@ So far, the demo contains:
|
||||||
- purely functional (functions which returns parametrized lambdas),
|
- purely functional (functions which returns parametrized lambdas),
|
||||||
- strategy (composition of abstract classes),
|
- strategy (composition of abstract classes),
|
||||||
- policies (function parameters as templated variables),
|
- 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
|
The algorithm machinery itself is located within the `code.*` files
|
||||||
and is not of major interest,
|
and is not of major interest,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue