About 35,700,000 results
Open links in new tab
  1. What is the F# language created to accomplish? - Stack Overflow

    Apr 13, 2011 · F# is used for financial and scientific applications in particular. C# was created for Microsoft to have a modern C-like language since they were restricted from extending Java to …

  2. In F# what does the >> operator mean? - Stack Overflow

    Nov 19, 2014 · 1 According to F# Symbol and Operator Reference it is Forward Function Composition operator.

  3. What are the benefits of using C# vs F# or F# vs C#? [closed]

    Jun 5, 2009 · F# is essentially the C++ of functional programming languages. They kept almost everything from Objective Caml, including the really stupid parts, and threw it on top of the …

  4. f# interactive - F#: String.Join and |> operator - Stack Overflow

    Mar 21, 2014 · When using a .NET method, F# views it as a function that takes a tuple as an argument (when calling it you write parameters as f(a, b)). The |> operator can be used with …

  5. f# - Why does the pipe operator work? - Stack Overflow

    Edit: In F# what you're really doing with a method call is taking a function and then applying it to the parameter that follows, so in your example it would be List.map (fun x -> x * x * x) is …

  6. f# - What's a functional replacement for if-then statements?

    Given F#'s nature it's fairly easy to just transport my C# directly, but I'm having difficulties turning it functional. Every time I reach such an if statement in C#, and I'm trying to transport it to F#, I …

  7. f# - Convert a list of characters (or array) to a string - Stack Overflow

    Feb 3, 2012 · F#'s grammar/type inference system simply seems unable to recognize a .NET constructor like new String as a curried function (which prevents you from using pipelining).

  8. .net - C# / F# Performance comparison - Stack Overflow

    Sep 27, 2008 · Is there any C#/F# performance comparison available on web to show proper usage of new F# language?

  9. f# - How to combine Option and Result - Stack Overflow

    Oct 2, 2020 · I think the existing answer from Gus answers your question about the name of the pattern. In Haskell, this is achieved using monad transformers and the F#+ library lets you do …

  10. Newest 'f#' Questions - Stack Overflow

    F# is an open source, functional-first programming language which empowers users and organizations to tackle complex computing problems with simple, maintainable and robust code.