Link to home
Start Free TrialLog in
Avatar of larrysy
larrysyFlag for Canada

asked on

F# practical uses

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,
Avatar of Michael Fowler
Michael Fowler
Flag of Australia image

Have a look at this link for a good discussion on the basic differences

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
Avatar of larrysy

ASKER

Thanks,

But that wasn't what I asked/is looking for.
ASKER CERTIFIED SOLUTION
Avatar of Manoj Patil
Manoj Patil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of larrysy

ASKER

Exactly what I was looking for, thank you for helping out.