Trampolines
- Is this function really tail-recursive?. StackOverflow.com. Factorial is definitely not a tail-recursive function.
- Building a Trampoline in Python, ChuckHa.com, retrieved from Archive.org
- Bouncing Python’s Generators With a Trampoline
- Tail Call Recursion in Python, Kyle Miller
- Tail Recursion Elimination, Neopythonic.
- Tricks of the Trade: Recursion to Iteration, Moertel.com
- Programming with Groovy: Trampoline and Memoize, Tim Meyer (SolutionsIQ)
- Tail Recursion and Trampolining in C#, Volgarev.com
- Cool Stuff in Groovy 1.8: Trampoline, Victor Savkin