Add library for tail call optimization (#837)

This commit is contained in:
Nathaniel Fischer
2020-03-25 06:11:23 -07:00
committed by GitHub
parent ff9f274697
commit 17dd7f1f48

View File

@ -311,6 +311,7 @@ _Augmentation of the development process at a fundamental level._
- [Manifold](https://github.com/manifold-systems/manifold) - Re-energizes Java with powerful features like type-safe metaprogramming, structural typing and extension methods.
- [NoException](https://noexception.machinezoo.com) - Allows checked exceptions in functional interfaces and converts exceptions to Optional return.
- [SneakyThrow](https://github.com/rainerhahnekamp/sneakythrow) - Ignores checked exceptions without bytecode manipulation. Can also be used inside Java 8 stream operations.
- [Tail](https://kag0.github.io/tail) - Enable infinite recursion using tail call optimization.
### Distributed Applications