From 17dd7f1f4866ea2eeb323338874bcfad5643ff9e Mon Sep 17 00:00:00 2001 From: Nathaniel Fischer Date: Wed, 25 Mar 2020 06:11:23 -0700 Subject: [PATCH] Add library for tail call optimization (#837) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef5f353..403f469 100644 --- a/README.md +++ b/README.md @@ -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