jlink / tailrec

Provide a Groovy AST transformation to convert tail recursive methods into iterative ones

Home Page:https://github.com/jlink/tailrec/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TailRecursion

This project adds a @TailRecursive annotation for Groovy methods.

Starting with Groovy 2.3 it has been incorporated into Groovy's core library.

About

Provide a Groovy AST transformation to convert tail recursive methods into iterative ones

https://github.com/jlink/tailrec/wiki

License:Apache License 2.0


Languages

Language:Groovy 100.0%