Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> like guaranteed tail call optimization?

Isn't this what the @tailrec annotation is for? If it compiles it's tail recursive. This is separate than actually JIT'ing the call bytecode into a loop, I realize, but for a pragmatic engineer there's already a solution.



@tailrec works only for simple cases of tail recursion. For example it doesn't support mutual tail recursion at the moment.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: