Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 335 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 335 Bytes

trampoline

An implementation of trampolining allowing for tail recursion in java w/out fear of stack overflows

To build, just clone repository and if using maven, run >mvn package which will produce trampoline-1.0.jar which can be included in your project.

See the TailCall javadoc for sample usage, and/or the tests