Skip to content

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

License

Notifications You must be signed in to change notification settings

nomagic/trampoline

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages