Skip to content

Commit 17dd7f1

Browse files
authored
Add library for tail call optimization (akullpp#837)
1 parent ff9f274 commit 17dd7f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

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

315316
### Distributed Applications
316317

0 commit comments

Comments
 (0)