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.

Comments

  1. OCaml and F# are typically much more concise than Python, of course, thanks to features like pattern matching.

    ReplyDelete

Post a Comment

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger