I'm very interested in what F# has to offer and I'm very keen to start the time based investment necessary to learn it. However are the F# jobs going to start to materialise or could it be a wasted investment?
|
5
|
|||
|
|
|
At the risk of starting a flame war, I like to think of F# as a better OCaml with fewer gotchas and a better library. I don't find it hard to believe that F# would entice large parts of the OCaml community to cross over into .NET Land. (This strategy seems eerily similar to the approach that Microsoft used when it tried to lure Java developers using J#, which turned out to be a flot. Let's hope F# doesn't go down in the same way.) At least in my experience, .NET software shops tend to use VB.NET and C# at the exclusion of all other languages. VB.NET and C# are especially marketable because:
At the very least, I'm optimistic for F#. It has a few things going for it that you just don't see in other languages:
If F# goes mainstream, I imagine it'll be used in the way mentioned in the final bulletpoint, as a companion language to C# and VB.NET. People aren't going to adopt F# because its a superior alternative to C#/VB.NET, people will use F# when they grow out of the One True Language⢠/ "everything looks like a nail" approach to writing software. |
||||
|
|
|
It is going to be part of Visual Studio 10 so it cannot hurt to know it |
||
|
|
|
|
I doubt that functional programming languages will ever be extremely popular. However, F# could easily be the most successful functional language. It has an enormous library behind it (i.e. the .NET CLR), it integrates seamlessly with very popular languages (C#, VB, etc), and before long it will be supported in the most popular IDE in the world (Visual Studio). I don't see how time spent learning F# would be a waste. You can always call your F# components from C#. Also, you can learn a new way of thinking about programming that you could carry with you no matter what language you use. |
||
|
|
|
|
There are a few sectors where it is (or OCaml) is quite common - such as finance, or other statistical analysis. However, I severely doubt that it is suddlenly going to leap to the fore for mainstream code. One of the bigger issues here is that since C# gets more functional (and hopefully with better immutability in C# 5.0), it has less and less to distinguish it from the regular .NET languages like C#. |
||
|
|
|
|
I looked at it last year, and It's on my list of Languages to truly get into this year. So I'd say it's definitely becoming mainstream. I'm talking in the Microsoft developer world primarily. |
|||
|
|
|
|
I work for a big Wall St bank and we are beginning to use F#. A key benefit of F# is that, because it is by MS, it's integrated into .net and we get good tools and support. I believe F# has been adopted by some of our competitors also. So, I would say that it's very much worth learning if you want to work on intensive numerical systems. |
||
|
|
