Conversation

Super impressed that the compiler turned my recursive function into a loop with early exit just like I would have written in JavaScript.
Screenshot of recursive Reason code
Screenshot of JavaScript code generated from recursive Reason code
1
7