Possible Duplicate:
What are the benefits of using C# vs F# or F# vs c#?
So I started to catching on to the hype around the Microsoft's new functional language. After watching several video casts and playing around with it I really started liking the language. The type inference makes the source code look that much better than c#'s. But would you consider using F# to build a class lib, for example, to call it from your c# code (asp mvc, wcf, etc)? Are their any caveats in doing so? Are there any advantages in introducing F# into a c# application?