Hacker News new | ask | show | jobs
by agumonkey 3650 days ago
Maybe the decorator rewrites the AST. I've seen this before.
1 comments

It does, when the function is actually tco optimizable. The example is not. On the docs however it's correct http://coconut.readthedocs.io/en/master/DOCS.html#recursive
Good catch! I'll fix it right away.