Are there any good examples of math problems that are better solved by F# as opposed to something like C#?
I'm specifically wondering about solving system of equations faster or shortest path analysis over a graph of nodes or something.
I would prefer side-by-side code just for comparison's sake (which is easier to read, etc.) but any insights will do.
Thanks,
http://stackoverflow.com/questions/952318/what-are-the-benefits-of-using-c-sharp-vs-f-or-f-vs-c
Here is a link with some side by side code
http://continuousdevelopment.wordpress.com/2010/05/13/f-vs-c-samples/
Michael