I recently heard about F#.
I wonder why the .NET world needs another programming language?
What's the deal?
Is there a problem that C# cant solve and F# can?
Is F# a dynamic language?
[Update :Be careful not to confuse type inference with dynamic typing.
Although F# allows you to omit types when writing code,
that doesn’t mean that type checking is not enforced at compile time.]
Is there any possibility that F# will be more popular than C# or is it just for specific problems?
