Possible Duplicate:
Where can F# actually save time and money?

Hi

Recently I have started looking into new language F#. My query is, still I am not able to realize what kind of applications can I develop using F#.

In other words, what types of applications are best candidate for F#.

I am bit curious, and I am sure there are many like me. Waiting for your suggestions...

link|improve this question

59% accept rate
feedback

closed as exact duplicate by Mauricio Scheffer, missingfaktor, JTA, Brian, Graviton Nov 14 '10 at 12:53

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 5 down vote accepted

Planet F# post by Don Syme:

To help understand what we’re doing with F#, I’ve listed some of the common questions people have about the language below. We thank everyone who has been involved in the production of F#, especially the many users who have given us feedback on the language!

Q: What is F# designed for?

F# extends the .NET platform by offering a productive language for developers working in technical, algorithmic, parallel and data-rich areas. This has included applications in domains such as financial services, data analytics, games, sciences and machine learning. But F# is also a general purpose .NET programming language, and the combination of language strengths makes F# valuable in a broad range of development applications.

link|improve this answer
Thanks it helped... – Software Enthusiastic Nov 14 '10 at 7:57
feedback

You can build anything you normally would with C# or VB.NET as it is a CLI compliant language and supports the .NET CLR runtime.

It's mainly targeted (as of now) towards applications which demand optimal performance and use of hardware including: Parallel-Programming / Multi-Threading, Security and Cryptography, Gaming, Mathematical applications, etc.

Couldn't tell you technical aspects why, but the language blends OO languages like C# and functional programming like Haskell.

link|improve this answer
Thanks it helped... – Software Enthusiastic Nov 14 '10 at 7:56
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.