Most voted "f#" questions
F# is a succinct, expressive, and efficient object-oriented functional language for. NET that helps you write simple code to solve complex problems.
Learn more…6 questions
Sort by count of
-
22
votes2
answers440
viewsWhat does # mean in the name of some languages?
This may be the simplest possible question, but what does # (Sharp) mean in the C# and F language names#?
-
20
votes2
answers3325
viewsWhat would be real cases of use of functional programming in the world . NET (F#)?
Recently (Okay, it’s been a few good months) I’ve been interacting with f-language#, which is Microsoft’s response to offer a functional programming language on the . NET platform. However, it is…
-
8
votes1
answer1009
viewsFunctional Programming and Referential Transparency
Referential transparency assures me that given the same input values for a function, it will always give me the same return value. As I would have to do in the case of a function that accesses the…
javascript functional-programming haskell erlang f#asked 9 years, 4 months ago Henri Cavalcante 384 -
5
votes2
answers212
viewsDoes the user need to have . NET if I compile using Mono?
The user who will use my application needs to have the version of . NET on the PC? I saw in some topics on the internet talking about this advantage of Mono.
-
1
votes1
answer49
viewsHow can I evaluate performance in a . net core application in f#
I would like to profile my application asp.net-core developed in f#. I could not use the profiler included in the visual studio for this purpose. How can I evaluate the performance of my…
-
0
votes0
answers32
viewsHow to find an element in a list without using the List library?
Let’s say I have a list like that: let A = ["Alunos", ["João", "Maria", "Paulo"], "Professores", ["Amélia", "Betina", "Carolina"] How can I do a function that can find the word Students and return…
f#asked 5 years, 1 month ago sailorcoding 1