typelevel / general

Repository for general Typelevel information, activity and issues
19 stars 8 forks source link

Incubator Status for TwoTails #48

Closed wheaties closed 7 years ago

wheaties commented 8 years ago

TwoTails is a compiler plugin to add support for mutual tail recursion within the same object/function scope. The goal of this project is twofold:

  1. Get people to use it, discover any more bugs and fix those bugs before...
  2. Opening a PR to Scala itself

Addressing the 4 point criteria:

  1. I'm the only person working on this. So I verify there is consensus between me, myself and I.
  2. I support your CoC.
  3. I swear this does not add side-effects! It's all about recursion. If that ain't functional, I've been learning the wrong things.
  4. I have docs in the README and, quite honestly, I probably need to add a few more examples.
larsrh commented 7 years ago

@wheaties Welcome! Please add yourself to the incubator by sending a PR.

Please also make sure to link to the CoC from your README.