f#

FSharp runs my algorithm slower than Python

FSharp runs my algorithm slower than Python Question: Years ago, I solved a problem via dynamic programming: https://www.thanassis.space/fillupDVD.html The solution was coded in Python. As part of expanding my horizons, I recently started learning OCaml/F#. What better way to test the waters, than by doing a direct port of the imperative code I wrote in …

Total answers: 4

F# vs IronPython: When is one preferred to the other?

F# vs IronPython: When is one preferred to the other? Question: While the languages F# and IronPython are technically dissimilar, there is large overlap between their potential uses in my opinion. When is one more applicable than the other? So far it look to me like F# is computationally more efficient while IronPython inherits a …

Total answers: 5