What is the standard way to optimise mutual recursion in F#/Scala?

Posted by Bubba88 on Stack Overflow See other posts from Stack Overflow or by Bubba88
Published on 2010-05-09T19:16:22Z Indexed on 2010/05/09 19:28 UTC
Read the original article Hit count: 165

These languages do not support mutually recursive functions optimization 'natively', so I guess it must be trampoline or.. heh.. rewriting as a loop) Do I miss something?

UPDATE: It seems that I did lie about FSharp, but I just didn't see an example of mutual tail-calls while googling

© Stack Overflow or respective owner

Related posts about scala

Related posts about F#