F# vs OCaml: Stack overflow
Executive summary: I wrote a simple implementation of an algorithm… that wasn’t tail-recursive. I compiled it with OCaml under Linux. It worked fine, and finished in 0.14 seconds. It was then time to port to F#. I translated the code (direct translation) to F#. I compiled under Windows, and run it – I got a … Read more