Comment on Fjord – F# programming language for the JVMparentComments−riffraff13yI think rail recursion can be handled automatically by the compiler without any support from the jvm (scala does it).The issue is different for general tail call elimination.
Comments
I think rail recursion can be handled automatically by the compiler without any support from the jvm (scala does it).
The issue is different for general tail call elimination.