Benchmarked: F#, C# and IronPython
Robert Pickering does some benchmarking:
F# versus IronPython
Unsurpisingly F# is faster than IronPython.
Something that will also be no surprise, C# is more verbose than both IronPython and F#. What might come as a surprise is that F# is almost as terse as Python.
F# versus IronPython
Unsurpisingly F# is faster than IronPython.
Something that will also be no surprise, C# is more verbose than both IronPython and F#. What might come as a surprise is that F# is almost as terse as Python.
OCaml and F# are typically much more concise than Python, of course, thanks to features like pattern matching.
ReplyDelete